| Time | Thread | Level | Category | Message | |
|---|---|---|---|---|---|
| 1 | main | ERROR | org.apache.ibatis.executor.BaseExecutor | Could not get a databaseId from dataSource | |
| org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'com.mysql.cj.jdbc.Driver'
at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1136) at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880) at org.apache.ibatis.mapping.VendorDatabaseIdProvider.getDatabaseProductName(VendorDatabaseIdProvider.java:82) at org.apache.ibatis.mapping.VendorDatabaseIdProvider.getDatabaseName(VendorDatabaseIdProvider.java:66) at org.apache.ibatis.mapping.VendorDatabaseIdProvider.getDatabaseId(VendorDatabaseIdProvider.java:53) at org.mybatis.spring.SqlSessionFactoryBean.buildSqlSessionFactory(SqlSessionFactoryBean.java:445) at org.mybatis.spring.SqlSessionFactoryBean.afterPropertiesSet(SqlSessionFactoryBean.java:336) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:201) at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:120) at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:673) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:519) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83) at com.shopping.util.SpringTool.<clinit>(SpringTool.java:10) at com.shopping.service.impl.ProductServiceImplTest.<init>(ProductServiceImplTest.java:13) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192) Caused by: java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1130) ... 53 more | |||||
| Time | Thread | Level | Category | Message | |
|---|---|---|---|---|---|
| 2 | main | ERROR | org.apache.ibatis.executor.BaseExecutor | Could not get a databaseId from dataSource | |
| org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Access denied for user 'admin'@'localhost' (using password: YES))
at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1225) at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880) at org.apache.ibatis.mapping.VendorDatabaseIdProvider.getDatabaseProductName(VendorDatabaseIdProvider.java:82) at org.apache.ibatis.mapping.VendorDatabaseIdProvider.getDatabaseName(VendorDatabaseIdProvider.java:66) at org.apache.ibatis.mapping.VendorDatabaseIdProvider.getDatabaseId(VendorDatabaseIdProvider.java:53) at org.mybatis.spring.SqlSessionFactoryBean.buildSqlSessionFactory(SqlSessionFactoryBean.java:445) at org.mybatis.spring.SqlSessionFactoryBean.afterPropertiesSet(SqlSessionFactoryBean.java:336) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:201) at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:120) at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:673) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:519) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83) at com.shopping.util.SpringTool.<clinit>(SpringTool.java:10) at com.shopping.service.impl.ProductServiceImplTest.<init>(ProductServiceImplTest.java:13) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192) Caused by: java.sql.SQLException: Access denied for user 'admin'@'localhost' (using password: YES) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:910) at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3923) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1273) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2031) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:718) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:302) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282) at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294) at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1247) at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1221) ... 53 more | |||||
| Time | Thread | Level | Category | Message | |
|---|---|---|---|---|---|
| 1 | main | ERROR | org.apache.ibatis.executor.BaseExecutor | Could not get a databaseId from dataSource | |
| org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Unknown initial character set index '255' received from server. Initial client character set can be forced via the 'characterEncoding' property.)
at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1225) at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880) at org.apache.ibatis.mapping.VendorDatabaseIdProvider.getDatabaseProductName(VendorDatabaseIdProvider.java:82) at org.apache.ibatis.mapping.VendorDatabaseIdProvider.getDatabaseName(VendorDatabaseIdProvider.java:66) at org.apache.ibatis.mapping.VendorDatabaseIdProvider.getDatabaseId(VendorDatabaseIdProvider.java:53) at org.mybatis.spring.SqlSessionFactoryBean.buildSqlSessionFactory(SqlSessionFactoryBean.java:445) at org.mybatis.spring.SqlSessionFactoryBean.afterPropertiesSet(SqlSessionFactoryBean.java:336) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:201) at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:120) at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:673) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:519) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83) at com.shopping.util.SpringTool.<clinit>(SpringTool.java:10) at com.shopping.service.impl.ProductServiceImplTest.<init>(ProductServiceImplTest.java:13) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192) Caused by: java.sql.SQLException: Unknown initial character set index '255' received from server. Initial client character set can be forced via the 'characterEncoding' property. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926) at com.mysql.jdbc.ConnectionImpl.configureClientCharacterSet(ConnectionImpl.java:1672) at com.mysql.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:3425) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2045) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:718) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:302) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282) at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294) at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1247) at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1221) ... 53 more | |||||
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 11 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Mon Jul 23 22:56:24 CST 2018]; root of context hierarchy |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 46 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 56 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 71 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 99 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 106 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 109 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 165 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 170 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 177 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 190 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 206 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 233 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 234 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 238 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 248 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 254 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 254 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 257 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 259 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 261 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 264 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 265 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 266 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 267 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 269 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 272 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 276 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 312 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 313 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 314 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 315 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 316 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 318 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 319 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 321 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 322 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 323 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 324 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 326 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 328 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 330 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 344 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 345 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 348 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 350 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 351 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 352 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 353 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 354 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 356 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 357 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 360 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 361 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 361 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 363 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 392 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 405 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 407 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 409 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 420 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 429 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 439 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 465 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 465 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 482 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 483 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 483 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 484 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 484 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 493 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 494 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 755 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 788 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 789 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 792 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 886 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 887 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 888 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 890 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 891 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 892 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 893 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 928 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 929 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 929 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 930 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 930 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 946 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 947 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 947 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 948 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 951 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 951 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 957 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 957 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 959 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 959 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 961 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 965 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 976 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1330 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1340 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1351 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1360 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1369 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1378 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1401 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1462 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1469 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1477 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1484 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1492 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1499 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1508 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1511 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1511 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1512 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1513 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1513 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1514 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1515 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1516 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1516 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1516 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1517 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1518 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1518 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1519 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1519 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1520 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1520 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1521 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1521 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1522 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1522 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1523 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1524 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1524 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1524 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1524 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1525 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1525 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1525 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1525 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1525 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1526 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1526 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1526 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1577 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1579 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1600 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1623 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1623 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1626 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1678 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1682 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1691 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1693 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1697 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1732 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1735 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1737 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1739 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1748 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1749 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1753 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1756 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1761 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1763 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1767 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1768 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1772 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1774 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1779 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1782 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1787 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1790 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1795 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1798 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1803 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1806 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1816 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1819 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1823 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1825 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1915 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2045 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2046 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2049 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2051 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2051 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2055 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2058 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Mon Jul 23 22:56:24 CST 2018]; root of context hierarchy |
| 2075 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 2078 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2109 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2112 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2116 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2120 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2142 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2143 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2143 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2143 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2237 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2237 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2241 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2242 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2242 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2245 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2257 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2258 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2258 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2270 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2270 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2271 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2271 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Mon Jul 23 22:56:24 CST 2018]; root of context hierarchy |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2318 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2323 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Mon Jul 23 22:56:24 CST 2018]; root of context hierarchy |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2349 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2349 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2360 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Mon Jul 23 22:56:24 CST 2018]; root of context hierarchy |
| 2363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2369 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2369 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2369 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2370 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2370 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2372 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2372 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2372 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2373 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2374 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2378 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2380 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Mon Jul 23 22:56:24 CST 2018]; root of context hierarchy |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2386 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2386 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2387 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2387 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2387 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2387 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2388 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2388 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2388 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2388 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2389 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2389 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2389 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2389 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2389 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2390 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2390 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2390 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2390 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2390 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2391 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2391 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2391 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2391 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2391 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2392 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2392 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2392 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2392 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2392 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2393 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2393 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2393 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2393 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2394 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2394 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2394 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2394 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2394 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2394 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2395 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2395 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2395 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2395 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2396 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2396 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2396 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2396 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2396 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2397 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2397 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2397 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2397 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2397 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2397 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2398 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2398 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2398 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2398 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2398 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2398 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2399 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2399 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2403 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2403 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2403 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2429 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2429 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2429 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2429 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2432 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2432 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2452 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2459 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2459 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2459 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2469 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2474 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] was not registered for synchronization because synchronization is not active |
| 2526 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2528 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2593 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: select * from product union select sum(productType.restQuantity) as restQuantity from productType union pi.productImagePath from productImage WHERE categoryThreeId = ? order by productId asc limit ?,? |
| 2671 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 2(Integer), 5(Integer), 5(Integer) |
| 2685 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 2686 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 2687 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 2687 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] |
| 2689 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 2691 | main | DEBUG | org.springframework.beans.factory.xml.BeansDtdResolver | Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd |
| 2698 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 2705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'DB2' |
| 2706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'DB2' |
| 2707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'DB2' to allow for resolving potential circular references |
| 2712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'DB2' |
| 2713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Derby' |
| 2714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Derby' |
| 2714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Derby' to allow for resolving potential circular references |
| 2715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Derby' |
| 2716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'H2' |
| 2716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'H2' |
| 2716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'H2' to allow for resolving potential circular references |
| 2717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'H2' |
| 2717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'HSQL' |
| 2717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'HSQL' |
| 2717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'HSQL' to allow for resolving potential circular references |
| 2718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'HSQL' |
| 2718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Informix' |
| 2719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Informix' |
| 2719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Informix' to allow for resolving potential circular references |
| 2720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Informix' |
| 2720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MS-SQL' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MS-SQL' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references |
| 2722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MS-SQL' |
| 2722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MySQL' |
| 2722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MySQL' |
| 2723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MySQL' to allow for resolving potential circular references |
| 2723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MySQL' |
| 2724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Oracle' |
| 2724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Oracle' |
| 2724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Oracle' to allow for resolving potential circular references |
| 2725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Oracle' |
| 2725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'PostgreSQL' |
| 2726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'PostgreSQL' |
| 2726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references |
| 2726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'PostgreSQL' |
| 2727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Sybase' |
| 2727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Sybase' |
| 2727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Sybase' to allow for resolving potential circular references |
| 2728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Sybase' |
| 2728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Hana' |
| 2729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Hana' |
| 2731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Hana' to allow for resolving potential circular references |
| 2732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Hana' |
| 2733 | main | INFO | org.springframework.jdbc.support.SQLErrorCodesFactory | SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase, Hana] |
| 2733 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Looking up default SQLErrorCodes for DataSource [org.apache.commons.dbcp.BasicDataSource@ab2d48] |
| 2736 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2754 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| 2755 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Database product name cached for DataSource [org.apache.commons.dbcp.BasicDataSource@ab2d48]: name is 'MySQL' |
| 2756 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | SQL error codes for 'MySQL' found |
| 2756 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator | Translating SQLException with SQL state '42000', error code '1064', message [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'pi.productImagePath from productImage WHERE categoryThreeId = 2 ' at line 1]; SQL was [] for task [ ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'pi.productImagePath from productImage WHERE categoryThreeId = 2 ' at line 1 ### The error may exist in file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml] ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: select * from product union select sum(productType.restQuantity) as restQuantity from productType union pi.productImagePath from productImage WHERE categoryThreeId = ? order by productId asc limit ?,? ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'pi.productImagePath from productImage WHERE categoryThreeId = 2 ' at line 1 ] |
| 2757 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] |
| 2757 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 174 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 175 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 181 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 00:42:09 CST 2018]; root of context hierarchy |
| 236 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 236 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 237 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 254 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 275 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 316 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 325 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 327 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 359 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 363 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 369 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 377 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 390 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 407 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 408 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 408 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 424 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 429 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 430 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 432 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 434 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 435 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 437 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 438 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 438 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 440 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 440 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 445 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 450 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 485 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 486 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 487 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 487 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 488 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 490 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 491 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 491 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 493 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 494 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 494 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 495 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 496 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 497 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 509 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 510 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 513 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 514 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 516 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 517 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 519 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 520 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 522 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 523 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 526 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 527 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 527 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 529 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 567 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 582 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 584 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 586 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 598 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 604 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 612 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 650 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 651 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 665 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 666 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 666 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 667 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 667 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 668 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 668 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 915 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 947 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 948 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 949 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 1031 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 1032 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 1033 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 1034 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 1036 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 1037 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1038 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1089 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1089 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1090 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1090 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1091 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1091 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1092 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1094 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1095 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1096 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1096 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1097 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1097 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1099 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1100 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1100 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1101 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1101 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1101 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1103 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1103 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1103 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1104 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1105 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1105 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1108 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1109 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1109 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1110 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1110 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1111 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1112 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1113 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1113 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1114 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1115 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1115 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1116 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1116 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1117 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1117 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1118 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1118 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1119 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1120 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1120 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1121 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1121 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1121 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1122 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1123 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1123 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1124 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1124 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1124 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1125 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1126 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1126 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1127 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1128 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1128 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1130 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1130 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1131 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1132 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1133 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1134 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1136 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1137 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1141 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1674 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1685 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1694 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1706 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1723 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1732 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1754 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1808 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1815 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1824 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1836 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1846 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1855 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1864 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1868 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1868 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1869 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1870 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1870 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1871 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1872 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1872 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1873 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1873 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1874 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1874 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1875 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1875 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1876 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1876 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1876 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1877 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1878 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1879 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1879 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1880 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1881 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1881 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1881 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1881 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1882 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1882 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1882 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1882 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1882 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1883 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1883 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1883 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1928 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1929 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1956 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1959 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1963 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1969 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1970 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1970 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1970 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1971 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1973 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1975 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1977 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1979 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1986 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1987 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1990 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 2012 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 2012 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 2018 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2018 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 2018 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 2020 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2020 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 2023 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 2023 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 2023 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 2024 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 2024 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2024 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 2025 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 2025 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 2025 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 2027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 2027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 2027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 2028 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 2028 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2028 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2036 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 2036 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 2036 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 2040 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 2042 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 2046 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 2046 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2049 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 2050 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 2051 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 2051 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 2052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 2053 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 2054 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2060 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 2061 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 2063 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 2063 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 2064 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 2066 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 2067 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2069 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2070 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2071 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 2071 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2073 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 2073 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 2073 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 2074 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 2076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 2076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 2077 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 2079 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 2080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 2080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 2087 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 2087 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 2094 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 2094 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 2094 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2097 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 2097 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 2099 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 2101 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 2104 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 2105 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2111 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2113 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2115 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 2115 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 2115 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 2116 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 2117 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 2118 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2121 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 2121 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 2122 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 2123 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2124 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 2127 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 2133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 2133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 2134 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2135 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 2137 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2139 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2141 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2141 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 2141 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 2142 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 2142 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2142 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 2144 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2145 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2146 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2147 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2148 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 2148 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 2148 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 2149 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2149 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 2151 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2153 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2154 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2154 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 2155 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 2155 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 2156 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2156 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 2159 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2160 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2161 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2163 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2164 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 2164 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 2164 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 2165 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 2165 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 2167 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2168 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2170 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2170 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 2171 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 2173 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2174 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2175 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 2177 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2178 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 2180 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2181 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2182 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2187 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 2187 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 2187 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 2188 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2188 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 2189 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2192 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 2194 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 2194 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 2195 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2195 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 2196 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2197 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2198 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2200 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2200 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2200 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 2203 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2203 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2207 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2207 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2207 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2208 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2208 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 2208 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 2214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 2218 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2218 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 2220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 2229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 2246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2271 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2281 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2281 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2408 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2408 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2410 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2411 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2411 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2414 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2422 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 00:42:09 CST 2018]; root of context hierarchy |
| 2436 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 2439 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2441 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2445 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2464 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2468 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2471 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2475 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2498 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2577 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2626 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 00:42:09 CST 2018]; root of context hierarchy |
| 2653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2679 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 00:42:09 CST 2018]; root of context hierarchy |
| 2680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2712 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 00:42:09 CST 2018]; root of context hierarchy |
| 2715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2780 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 00:42:09 CST 2018]; root of context hierarchy |
| 2781 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2781 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2782 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2782 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2783 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2783 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2784 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2784 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2785 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2785 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2786 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2786 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2787 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2787 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2788 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2788 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2789 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2789 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2790 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2790 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2791 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2791 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2792 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2792 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2793 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2794 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2794 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2795 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2796 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2796 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2797 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2797 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2798 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2798 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2799 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2799 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2800 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2800 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2801 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2801 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2802 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2802 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2803 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2803 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2803 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2804 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2804 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2804 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2804 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2805 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2805 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2805 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2806 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2806 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2806 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2806 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2807 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2807 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2807 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2808 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2808 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2808 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2808 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2809 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2809 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2809 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2810 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2810 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2810 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2810 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2811 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2811 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2811 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2812 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2812 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2812 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2813 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2813 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2813 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2813 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2814 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2814 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2815 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2888 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2892 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2892 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2893 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2910 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2917 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] was not registered for synchronization because synchronization is not active |
| 2974 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2975 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 3048 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: SELECT product.*,(SELECT SUM(restQuantity) FROM productType) quantitySum, (SELECT productImagePath FROM productImage imagePath ) FROM product WHERE categoryThreeId = ? LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN productImage ON productImage.productId = product.productId order by productId asc limit ?,? |
| 3147 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 2(Integer), 5(Integer), 5(Integer) |
| 3178 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 3179 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 3180 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 3181 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] |
| 3182 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 3184 | main | DEBUG | org.springframework.beans.factory.xml.BeansDtdResolver | Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd |
| 3210 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 3220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'DB2' |
| 3220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'DB2' |
| 3221 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'DB2' to allow for resolving potential circular references |
| 3226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'DB2' |
| 3227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Derby' |
| 3227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Derby' |
| 3227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Derby' to allow for resolving potential circular references |
| 3228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Derby' |
| 3228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'H2' |
| 3229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'H2' |
| 3230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'H2' to allow for resolving potential circular references |
| 3230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'H2' |
| 3230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'HSQL' |
| 3232 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'HSQL' |
| 3232 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'HSQL' to allow for resolving potential circular references |
| 3232 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'HSQL' |
| 3233 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Informix' |
| 3233 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Informix' |
| 3233 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Informix' to allow for resolving potential circular references |
| 3234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Informix' |
| 3234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MS-SQL' |
| 3234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MS-SQL' |
| 3234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references |
| 3235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MS-SQL' |
| 3235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MySQL' |
| 3236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MySQL' |
| 3236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MySQL' to allow for resolving potential circular references |
| 3236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MySQL' |
| 3237 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Oracle' |
| 3237 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Oracle' |
| 3237 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Oracle' to allow for resolving potential circular references |
| 3237 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Oracle' |
| 3238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'PostgreSQL' |
| 3238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'PostgreSQL' |
| 3238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references |
| 3238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'PostgreSQL' |
| 3239 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Sybase' |
| 3239 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Sybase' |
| 3239 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Sybase' to allow for resolving potential circular references |
| 3239 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Sybase' |
| 3240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Hana' |
| 3240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Hana' |
| 3240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Hana' to allow for resolving potential circular references |
| 3240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Hana' |
| 3241 | main | INFO | org.springframework.jdbc.support.SQLErrorCodesFactory | SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase, Hana] |
| 3241 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Looking up default SQLErrorCodes for DataSource [org.apache.commons.dbcp.BasicDataSource@ab2d48] |
| 3243 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 3256 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| 3257 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Database product name cached for DataSource [org.apache.commons.dbcp.BasicDataSource@ab2d48]: name is 'MySQL' |
| 3258 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | SQL error codes for 'MySQL' found |
| 3258 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator | Translating SQLException with SQL state '42000', error code '1064', message [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN p' at line 7]; SQL was [] for task [ ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN p' at line 7 ### The error may exist in file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml] ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT product.*,(SELECT SUM(restQuantity) FROM productType) quantitySum, (SELECT productImagePath FROM productImage imagePath ) FROM product WHERE categoryThreeId = ? LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN productImage ON productImage.productId = product.productId order by productId asc limit ?,? ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN p' at line 7 ] |
| 3259 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] |
| 3259 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 40 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 40 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 42 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 00:46:27 CST 2018]; root of context hierarchy |
| 79 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 79 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 80 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 91 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 111 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 162 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 169 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 172 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 223 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 229 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 238 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 253 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 275 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 305 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 306 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 307 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 320 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 326 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 327 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 331 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 334 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 337 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 339 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 340 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 341 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 344 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 346 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 352 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 359 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 413 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 414 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 416 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 417 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 418 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 421 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 422 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 423 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 424 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 425 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 427 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 429 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 430 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 431 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 450 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 452 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 454 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 456 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 458 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 463 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 465 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 466 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 467 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 469 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 471 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 472 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 473 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 475 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 525 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 547 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 550 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 553 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 569 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 578 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 587 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 621 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 621 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 644 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 644 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 645 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 645 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 646 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 655 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 656 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 934 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 956 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 971 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 972 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 977 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 980 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 1094 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 1095 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 1096 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 1097 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 1097 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1133 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1133 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1134 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1134 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1134 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1136 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1136 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1136 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1137 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1137 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1138 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1138 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1139 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1139 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1140 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1140 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1141 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1141 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1141 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1142 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1143 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1144 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1144 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1145 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1145 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1146 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1147 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1147 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1151 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1151 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1152 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1152 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1153 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1153 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1154 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1155 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1155 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1156 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1157 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1157 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1158 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1159 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1159 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1160 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1161 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1161 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1162 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1163 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1163 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1164 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1164 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1164 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1165 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1166 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1166 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1167 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1167 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1168 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1168 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1169 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1170 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1171 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1172 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1172 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1173 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1174 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1174 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1175 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1176 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1176 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1177 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1177 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1178 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1179 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1184 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1523 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1533 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1544 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1554 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1565 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1576 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1598 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1662 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1670 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1678 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1685 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1693 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1701 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1710 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1713 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1714 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1714 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1715 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1715 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1717 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1717 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1718 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1718 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1719 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1719 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1720 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1720 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1721 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1721 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1722 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1722 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1723 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1723 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1724 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1724 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1725 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1726 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1726 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1726 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1726 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1726 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1727 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1727 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1727 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1727 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1727 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1728 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1728 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1784 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1786 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1808 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1831 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1831 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1834 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1890 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1892 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1906 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1909 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1912 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1915 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1917 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1943 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1946 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1947 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1949 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1951 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1951 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1953 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1961 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1963 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1966 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1969 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1971 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1977 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1977 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1978 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1981 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1982 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1984 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1986 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1987 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1987 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1989 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1991 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1993 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1997 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 2000 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 2008 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 2011 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2012 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 2018 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 2019 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 2022 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2024 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2025 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 2035 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 2037 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2040 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 2042 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 2045 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2046 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 2049 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2049 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 2049 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 2050 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2050 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 2052 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 2059 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2060 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 2062 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2062 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2063 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 2066 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 2068 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2068 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2069 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2070 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2071 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 2071 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 2071 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 2071 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2074 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 2076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2077 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2077 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2077 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2078 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 2080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2101 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2105 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2105 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2105 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2106 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2106 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2115 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2115 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 2115 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 2127 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2144 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2153 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2154 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2154 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2155 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2156 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2174 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2175 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2175 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2175 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2185 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2292 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2293 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2312 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2329 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 00:46:27 CST 2018]; root of context hierarchy |
| 2345 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 2347 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2372 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2376 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2380 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2383 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2408 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2484 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2485 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2489 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2534 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 00:46:27 CST 2018]; root of context hierarchy |
| 2567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2573 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2604 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 00:46:27 CST 2018]; root of context hierarchy |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2635 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 00:46:27 CST 2018]; root of context hierarchy |
| 2637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2654 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 00:46:27 CST 2018]; root of context hierarchy |
| 2654 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2654 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2655 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2655 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2655 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2655 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2655 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2655 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2656 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2656 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2656 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2656 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2656 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2657 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2657 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2657 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2657 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2657 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2657 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2658 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2658 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2658 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2658 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2659 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2659 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2659 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2659 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2660 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2660 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2660 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2660 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2663 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2663 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2663 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2663 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2663 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2663 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2664 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2664 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2664 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2664 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2664 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2664 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2665 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2665 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2665 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2665 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2665 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2665 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2666 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2666 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2666 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2666 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2666 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2667 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2667 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2667 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2667 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2667 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2667 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2668 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2668 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2668 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2668 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2668 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2669 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2669 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2669 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2669 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2669 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2669 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2670 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2733 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2744 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2745 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2745 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2759 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2764 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] was not registered for synchronization because synchronization is not active |
| 2807 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2808 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2812 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: SELECT product.*,(SELECT SUM(restQuantity) FROM productType) quantitySum, (SELECT productImagePath FROM productImage imagePath ) FROM product WHERE categoryThreeId = ? LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN productImage ON productImage.productId = product.productId order by productId asc limit ?,? |
| 2883 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 2(Integer), 5(Integer), 5(Integer) |
| 2899 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 2900 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 2900 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 2901 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] |
| 2902 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 2904 | main | DEBUG | org.springframework.beans.factory.xml.BeansDtdResolver | Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd |
| 2912 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 2920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'DB2' |
| 2920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'DB2' |
| 2921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'DB2' to allow for resolving potential circular references |
| 2925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'DB2' |
| 2926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Derby' |
| 2926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Derby' |
| 2927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Derby' to allow for resolving potential circular references |
| 2929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Derby' |
| 2929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'H2' |
| 2929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'H2' |
| 2930 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'H2' to allow for resolving potential circular references |
| 2930 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'H2' |
| 2931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'HSQL' |
| 2931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'HSQL' |
| 2931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'HSQL' to allow for resolving potential circular references |
| 2932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'HSQL' |
| 2932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Informix' |
| 2932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Informix' |
| 2933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Informix' to allow for resolving potential circular references |
| 2934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Informix' |
| 2934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MS-SQL' |
| 2934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MS-SQL' |
| 2935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references |
| 2935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MS-SQL' |
| 2936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MySQL' |
| 2936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MySQL' |
| 2936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MySQL' to allow for resolving potential circular references |
| 2937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MySQL' |
| 2937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Oracle' |
| 2937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Oracle' |
| 2938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Oracle' to allow for resolving potential circular references |
| 2939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Oracle' |
| 2939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'PostgreSQL' |
| 2940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'PostgreSQL' |
| 2940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references |
| 2940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'PostgreSQL' |
| 2940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Sybase' |
| 2941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Sybase' |
| 2941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Sybase' to allow for resolving potential circular references |
| 2941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Sybase' |
| 2942 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Hana' |
| 2942 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Hana' |
| 2942 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Hana' to allow for resolving potential circular references |
| 2944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Hana' |
| 2944 | main | INFO | org.springframework.jdbc.support.SQLErrorCodesFactory | SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase, Hana] |
| 2944 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Looking up default SQLErrorCodes for DataSource [org.apache.commons.dbcp.BasicDataSource@ab2d48] |
| 2948 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 3069 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| 3071 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Database product name cached for DataSource [org.apache.commons.dbcp.BasicDataSource@ab2d48]: name is 'MySQL' |
| 3072 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | SQL error codes for 'MySQL' found |
| 3073 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator | Translating SQLException with SQL state '42000', error code '1064', message [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN ' at line 7]; SQL was [] for task [ ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN ' at line 7 ### The error may exist in file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml] ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT product.*,(SELECT SUM(restQuantity) FROM productType) quantitySum, (SELECT productImagePath FROM productImage imagePath ) FROM product WHERE categoryThreeId = ? LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN productImage ON productImage.productId = product.productId order by productId asc limit ?,? ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN ' at line 7 ] |
| 3074 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] |
| 3075 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 47 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 49 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:14:38 CST 2018]; root of context hierarchy |
| 85 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 86 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 86 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 97 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 115 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 157 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 173 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 177 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 236 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 242 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 251 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 263 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 279 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 300 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 305 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 306 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 316 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 324 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 324 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 327 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 329 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 331 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 334 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 335 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 337 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 340 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 342 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 349 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 356 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 403 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 404 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 405 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 407 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 408 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 410 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 412 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 414 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 415 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 417 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 420 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 421 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 423 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 424 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 443 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 445 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 448 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 450 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 454 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 455 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 457 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 459 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 461 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 462 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 465 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 466 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 468 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 470 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 512 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 531 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 532 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 534 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 554 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 562 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 571 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 610 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 611 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 627 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 628 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 629 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 629 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 629 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 630 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 630 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@52a00: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 886 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 915 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 916 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 919 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 1008 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 1008 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 1009 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 1010 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 1011 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 1012 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1013 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1056 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1057 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1058 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1058 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1059 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1059 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1059 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1060 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1061 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1061 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1062 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1063 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1063 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1063 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1064 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1064 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1065 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1065 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1065 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1066 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1066 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1067 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1067 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1068 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1069 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1069 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1069 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1070 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1073 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1074 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1074 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1075 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1075 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1076 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1077 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1077 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1078 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1078 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1079 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1079 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1080 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1080 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1081 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1082 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1082 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1083 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1083 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1084 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1084 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1085 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1086 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1087 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1087 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1087 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1088 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1089 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1089 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1090 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1091 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1091 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1092 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1094 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1095 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1095 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1096 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1097 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1097 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1099 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1099 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1100 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1101 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1102 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1106 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1521 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1530 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1540 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1550 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1572 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1581 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1602 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1655 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1662 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1673 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1683 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1692 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1701 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1707 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1710 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1711 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1711 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1712 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1712 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1714 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1715 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1716 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1716 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1717 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1717 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1717 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1718 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1718 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1719 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1719 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1720 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1720 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1721 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1721 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1722 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1723 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1723 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1724 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1724 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1724 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1724 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1724 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1724 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1725 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1725 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1725 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1725 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1725 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1776 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1bc27f5] |
| 1779 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@fc5f04] |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@52a00: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1800 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1822 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1823 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1826 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1850 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1850 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1850 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1881 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1886 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1895 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1897 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1899 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1904 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1904 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1917 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1930 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1933 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1935 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1939 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1942 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1947 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1947 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1947 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1948 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1948 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1950 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1956 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1959 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1959 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1961 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1963 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1967 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1970 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1971 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1973 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1973 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1973 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1973 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1974 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1976 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1977 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1979 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1979 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1979 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1980 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1981 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1983 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1984 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1987 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1987 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1989 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1991 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1997 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1998 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 2003 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 2005 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2007 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2007 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 2008 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2009 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 2010 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2013 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 2016 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 2018 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2020 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2020 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 2022 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 2023 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2024 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2024 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2025 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2025 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2028 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 2046 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2050 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2054 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2054 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2054 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2054 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 2055 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 2068 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 2070 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2071 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 2071 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2071 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2101 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2102 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2105 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2113 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd820' |
| 2120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2121 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2242 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2243 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd820' |
| 2250 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2253 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2257 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2258 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2258 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2258 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2258 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2263 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:14:38 CST 2018]; root of context hierarchy |
| 2278 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 2281 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2313 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2317 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2321 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2325 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2403 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2423 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#234a38' |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2429 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#234a38' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2441 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2441 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2441 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2446 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2447 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2447 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162fe5b' |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162fe5b' |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#6276d8' |
| 2457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#6276d8' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64' |
| 2460 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f' |
| 2466 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f' |
| 2467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1f6fd09' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2477 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1f6fd09' |
| 2478 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2478 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:14:38 CST 2018]; root of context hierarchy |
| 2513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#238dd0' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#234a38#1' |
| 2522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2523 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#234a38#1' |
| 2523 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162fe5b#1' |
| 2527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162fe5b#1' |
| 2527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2528 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#6276d8#1' |
| 2529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#6276d8#1' |
| 2530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#1' |
| 2531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#1' |
| 2532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#1' |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#1' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1f6fd09#1' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1f6fd09#1' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#238dd0' |
| 2540 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:14:38 CST 2018]; root of context hierarchy |
| 2541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#238dd0' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2547 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2555 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2555 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162fe5b#2' |
| 2557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162fe5b#2' |
| 2558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#6276d8#2' |
| 2560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#6276d8#2' |
| 2561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#2' |
| 2562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#2' |
| 2563 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#2' |
| 2564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#2' |
| 2565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1f6fd09#2' |
| 2565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1f6fd09#2' |
| 2566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2567 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:14:38 CST 2018]; root of context hierarchy |
| 2569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2570 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2570 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2572 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2572 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2572 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2572 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2573 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2582 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:14:38 CST 2018]; root of context hierarchy |
| 2582 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2582 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2583 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2583 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2583 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2583 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2583 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2583 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2584 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2584 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2584 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2584 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2584 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2585 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2585 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2585 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2585 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2585 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2586 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2586 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2586 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2586 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2586 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2587 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2587 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2587 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2587 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2587 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2587 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2588 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2588 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2588 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2588 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2588 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2588 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2589 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2589 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2589 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2589 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2589 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2589 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2590 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2592 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2593 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2593 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2593 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2593 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2593 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2594 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2594 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2594 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2594 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2594 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2595 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2595 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2595 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2595 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2595 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2596 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2596 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2596 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2596 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2596 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2597 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2597 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2597 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2598 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2598 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2598 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2599 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2599 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2599 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2599 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2600 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2600 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2600 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2600 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2601 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2601 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2601 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2601 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2602 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2602 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2664 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6587a2] |
| 2664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2668 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2668 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2668 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2679 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2684 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c79fa2] was not registered for synchronization because synchronization is not active |
| 2729 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2731 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2738 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: SELECT product.*,(SELECT SUM(restQuantity) FROM productType) quantitySum, (SELECT productImagePath FROM productImage imagePath ) FROM product WHERE categoryThreeId = ? LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN productImage ON productImage.productId = product.productId order by productId asc limit ?,? |
| 2771 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 2(Integer), 5(Integer), 5(Integer) |
| 2788 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 2788 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 2789 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 2789 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] |
| 2791 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 2793 | main | DEBUG | org.springframework.beans.factory.xml.BeansDtdResolver | Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd |
| 2800 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 2812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'DB2' |
| 2813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'DB2' |
| 2814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'DB2' to allow for resolving potential circular references |
| 2825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'DB2' |
| 2826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Derby' |
| 2826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Derby' |
| 2826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Derby' to allow for resolving potential circular references |
| 2827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Derby' |
| 2828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'H2' |
| 2828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'H2' |
| 2828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'H2' to allow for resolving potential circular references |
| 2829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'H2' |
| 2829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'HSQL' |
| 2829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'HSQL' |
| 2829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'HSQL' to allow for resolving potential circular references |
| 2830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'HSQL' |
| 2830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Informix' |
| 2830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Informix' |
| 2830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Informix' to allow for resolving potential circular references |
| 2831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Informix' |
| 2831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MS-SQL' |
| 2831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MS-SQL' |
| 2832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references |
| 2832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MS-SQL' |
| 2833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MySQL' |
| 2833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MySQL' |
| 2833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MySQL' to allow for resolving potential circular references |
| 2834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MySQL' |
| 2834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Oracle' |
| 2834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Oracle' |
| 2834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Oracle' to allow for resolving potential circular references |
| 2836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Oracle' |
| 2836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'PostgreSQL' |
| 2837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'PostgreSQL' |
| 2837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references |
| 2837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'PostgreSQL' |
| 2838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Sybase' |
| 2838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Sybase' |
| 2838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Sybase' to allow for resolving potential circular references |
| 2839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Sybase' |
| 2840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Hana' |
| 2840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Hana' |
| 2840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Hana' to allow for resolving potential circular references |
| 2841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Hana' |
| 2841 | main | INFO | org.springframework.jdbc.support.SQLErrorCodesFactory | SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase, Hana] |
| 2842 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Looking up default SQLErrorCodes for DataSource [org.apache.commons.dbcp.BasicDataSource@1068087] |
| 2844 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2860 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| 2860 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Database product name cached for DataSource [org.apache.commons.dbcp.BasicDataSource@1068087]: name is 'MySQL' |
| 2862 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | SQL error codes for 'MySQL' found |
| 2862 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator | Translating SQLException with SQL state '42000', error code '1064', message [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN ' at line 7]; SQL was [] for task [ ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN ' at line 7 ### The error may exist in file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml] ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT product.*,(SELECT SUM(restQuantity) FROM productType) quantitySum, (SELECT productImagePath FROM productImage imagePath ) FROM product WHERE categoryThreeId = ? LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN productImage ON productImage.productId = product.productId order by productId asc limit ?,? ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN ' at line 7 ] |
| 2863 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c79fa2] |
| 2864 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| 2870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 8 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 11 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 01:14:54 CST 2018]; root of context hierarchy |
| 46 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 47 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 47 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 60 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 154 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 194 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 202 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 204 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 254 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 262 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 270 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 283 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 297 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 317 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 318 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 318 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 324 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 328 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 329 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 331 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 333 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 334 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 336 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 337 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 338 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 340 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 341 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 346 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 351 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 385 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 387 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 387 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 388 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 389 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 391 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 392 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 393 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 393 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 394 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 395 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 396 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 397 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 398 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 409 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 410 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 412 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 413 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 414 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 415 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 416 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 417 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 418 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 419 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 421 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 422 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 423 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 424 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 454 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 471 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 473 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 476 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 490 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 497 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 505 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 529 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 530 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 554 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 555 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 556 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 556 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 557 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 557 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 558 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: org.springframework.beans.factory.support.DefaultListableBeanFactory@1009542: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 800 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 828 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 829 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 831 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 913 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 913 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 915 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 916 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 917 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 918 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 919 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 965 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 965 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 972 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 972 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 976 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 979 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 979 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 980 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 980 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 981 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 981 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 982 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 982 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 983 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 984 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 985 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 985 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 986 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 986 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 987 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 988 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 988 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 989 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 990 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 990 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 991 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 992 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 993 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 993 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 994 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 995 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 995 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 996 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 996 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 997 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 997 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 998 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 999 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 999 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1000 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1001 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1002 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1002 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1003 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1004 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1004 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1005 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1006 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1006 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1007 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1008 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1008 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1009 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1014 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1291 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1300 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1312 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1322 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1330 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1339 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1360 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1418 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1425 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1434 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1442 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1450 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1460 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1466 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1470 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1471 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1471 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1474 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1474 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1476 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1477 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1478 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1478 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1479 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1480 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1480 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1481 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1481 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1482 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1482 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1483 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1483 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1484 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1484 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1485 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1486 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1487 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1487 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1487 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1487 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1487 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1488 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1488 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1488 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1488 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1488 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1489 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1489 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1493 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1493 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1494 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1495 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1495 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1495 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1496 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1496 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1496 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1496 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1531 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@18d604b] |
| 1533 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1eb2dda] |
| 1535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1009542: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1545 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1545 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1555 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1563 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1563 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1563 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1570 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1571 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1571 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1571 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1583 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1583 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1586 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1644 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1646 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1655 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1657 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1659 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1689 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1692 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1693 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1698 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1703 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1705 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1711 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1713 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1718 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1720 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1725 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1726 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1730 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1732 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1737 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1740 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1746 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1749 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1753 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1755 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1759 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1761 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1768 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1770 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1775 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1778 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#25951c' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1975 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1975 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1985 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1986 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#25951c' |
| 1995 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2007 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2007 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2009 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2009 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2009 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 01:14:54 CST 2018]; root of context hierarchy |
| 2024 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 2027 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2052 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2055 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2059 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2063 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2115 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2115 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2182 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#2e0143' |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2202 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#2e0143' |
| 2202 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2215 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2221 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2221 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1234bf' |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1234bf' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#184f475' |
| 2245 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#184f475' |
| 2247 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2247 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 01:14:54 CST 2018]; root of context hierarchy |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2276 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2276 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2277 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2277 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1179359' |
| 2282 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2282 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#2e0143#1' |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#2e0143#1' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#1' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#1' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#1' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#1' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1234bf#1' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1234bf#1' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#184f475#1' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#184f475#1' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#1179359' |
| 2303 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 01:14:54 CST 2018]; root of context hierarchy |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1179359' |
| 2307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2318 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#2' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#2' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#2' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#2' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1234bf#2' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1234bf#2' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#184f475#2' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#184f475#2' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2331 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 01:14:54 CST 2018]; root of context hierarchy |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2346 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 01:14:54 CST 2018]; root of context hierarchy |
| 2346 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2347 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2347 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2347 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2347 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2347 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2350 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2351 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2351 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2352 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2352 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2352 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2353 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2353 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2353 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2354 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2354 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2354 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2354 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2355 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2355 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2356 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2356 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2356 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2357 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2357 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2357 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2358 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2358 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2358 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2358 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2359 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2359 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2359 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2360 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2360 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2360 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2360 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2371 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2371 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2372 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2373 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2375 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2375 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2376 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2376 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2376 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2378 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2378 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2408 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2408 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2408 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2408 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2409 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2409 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2409 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2409 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2432 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@884e4b] |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2436 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2436 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2437 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2451 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2456 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f95696] was not registered for synchronization because synchronization is not active |
| 2504 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2505 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2512 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: SELECT product.*,(SELECT SUM(restQuantity) FROM productType) quantitySum, (SELECT productImagePath FROM productImage imagePath ) FROM product WHERE categoryThreeId = ? LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN productImage ON productImage.productId = product.productId order by productId asc limit ?,? |
| 2549 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 2(Integer), 5(Integer), 5(Integer) |
| 2561 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 2561 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 2562 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 2562 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] |
| 2563 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 2568 | main | DEBUG | org.springframework.beans.factory.xml.BeansDtdResolver | Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd |
| 2579 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 2588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'DB2' |
| 2589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'DB2' |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'DB2' to allow for resolving potential circular references |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'DB2' |
| 2596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Derby' |
| 2596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Derby' |
| 2596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Derby' to allow for resolving potential circular references |
| 2597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Derby' |
| 2597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'H2' |
| 2598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'H2' |
| 2598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'H2' to allow for resolving potential circular references |
| 2598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'H2' |
| 2599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'HSQL' |
| 2599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'HSQL' |
| 2599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'HSQL' to allow for resolving potential circular references |
| 2600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'HSQL' |
| 2600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Informix' |
| 2600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Informix' |
| 2601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Informix' to allow for resolving potential circular references |
| 2601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Informix' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MS-SQL' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MS-SQL' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MS-SQL' |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MySQL' |
| 2604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MySQL' |
| 2604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MySQL' to allow for resolving potential circular references |
| 2604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MySQL' |
| 2605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Oracle' |
| 2605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Oracle' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Oracle' to allow for resolving potential circular references |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Oracle' |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'PostgreSQL' |
| 2608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'PostgreSQL' |
| 2608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references |
| 2608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'PostgreSQL' |
| 2609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Sybase' |
| 2609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Sybase' |
| 2609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Sybase' to allow for resolving potential circular references |
| 2610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Sybase' |
| 2611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Hana' |
| 2611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Hana' |
| 2611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Hana' to allow for resolving potential circular references |
| 2612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Hana' |
| 2612 | main | INFO | org.springframework.jdbc.support.SQLErrorCodesFactory | SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase, Hana] |
| 2612 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Looking up default SQLErrorCodes for DataSource [org.apache.commons.dbcp.BasicDataSource@183159f] |
| 2615 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2660 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| 2661 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Database product name cached for DataSource [org.apache.commons.dbcp.BasicDataSource@183159f]: name is 'MySQL' |
| 2662 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | SQL error codes for 'MySQL' found |
| 2662 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator | Translating SQLException with SQL state '42000', error code '1064', message [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN ' at line 7]; SQL was [] for task [ ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN ' at line 7 ### The error may exist in file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml] ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT product.*,(SELECT SUM(restQuantity) FROM productType) quantitySum, (SELECT productImagePath FROM productImage imagePath ) FROM product WHERE categoryThreeId = ? LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN productImage ON productImage.productId = product.productId order by productId asc limit ?,? ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN productType ON productType.productId = product.productId LEFT JOIN ' at line 7 ] |
| 2663 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f95696] |
| 2664 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 8 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 11 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:15:29 CST 2018]; root of context hierarchy |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 56 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 117 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 155 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 168 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 171 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 215 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 219 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 227 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 234 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 247 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 262 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 263 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 263 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 273 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 277 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 278 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 279 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 281 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 284 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 286 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 288 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 289 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 291 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 292 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 297 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 303 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 341 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 343 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 344 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 345 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 346 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 348 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 349 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 350 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 351 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 352 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 353 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 354 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 355 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 356 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 370 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 372 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 373 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 375 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 376 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 377 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 378 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 379 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 380 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 382 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 383 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 383 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 384 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 385 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 420 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 434 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 436 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 437 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 448 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 454 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 462 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 498 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 498 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 512 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 513 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 513 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 514 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 514 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 515 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 515 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 737 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 764 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 764 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 766 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 853 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 854 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 855 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 856 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 857 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 858 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 859 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 899 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 899 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 900 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 900 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 900 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 901 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 902 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 902 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 902 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 903 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 903 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 904 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 904 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 905 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 905 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 906 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 906 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 907 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 907 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 908 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 908 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 909 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 909 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 910 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 910 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 911 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 911 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 912 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 913 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 913 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 916 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 917 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 917 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 918 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 919 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 919 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 920 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 920 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 921 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 922 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 923 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 923 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 923 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 924 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 924 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 925 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 926 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 926 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 927 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 927 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 927 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 928 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 929 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 929 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 930 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 930 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 948 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1240 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1252 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1268 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1282 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1307 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1319 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1355 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1427 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1437 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1449 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1462 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1473 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1481 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1493 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1494 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1495 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1495 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1497 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1498 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1498 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1500 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1500 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1502 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1503 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1503 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1504 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1506 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1506 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1507 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1508 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1508 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1509 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1509 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1510 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1511 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1511 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1512 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1513 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1514 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1515 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1515 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1515 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1515 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1515 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1516 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1516 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1516 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1516 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1516 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1517 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1517 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1563 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1581 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1583 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1612 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1642 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1642 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1646 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1720 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1723 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1731 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1733 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1734 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1766 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1768 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1770 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1772 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1782 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1784 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1789 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1792 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1797 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1800 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1804 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1806 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1810 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1812 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1818 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1821 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1826 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1830 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1834 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1837 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1843 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1846 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1857 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1859 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1864 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1867 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1905 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1905 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1977 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1990 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1990 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1991 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1993 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2009 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2118 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2128 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2131 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2131 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2134 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2135 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2135 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2135 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2135 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2136 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2136 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2138 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2139 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2139 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2141 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:15:29 CST 2018]; root of context hierarchy |
| 2154 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 2156 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2161 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2161 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2162 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2162 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2162 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2172 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2179 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2182 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2186 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2189 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2213 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2338 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2348 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:15:29 CST 2018]; root of context hierarchy |
| 2378 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2396 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2397 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2397 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2397 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2398 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2398 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2403 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2403 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2404 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:15:29 CST 2018]; root of context hierarchy |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2408 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2408 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2408 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2408 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2408 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2411 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2423 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2424 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2424 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2425 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2425 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2425 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2426 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2427 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2427 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2429 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2429 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2429 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2431 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:15:29 CST 2018]; root of context hierarchy |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2444 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2445 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2446 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2446 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2446 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2448 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2454 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2456 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:15:29 CST 2018]; root of context hierarchy |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2461 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2461 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2461 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2462 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2462 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2462 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2462 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2463 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2463 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2463 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2463 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2464 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2464 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2464 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2464 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2465 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2465 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2465 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2465 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2465 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2466 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2466 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2466 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2466 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2466 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2467 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2467 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2467 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2467 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2467 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2468 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2468 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2468 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2468 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2468 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2469 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2469 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2469 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2469 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2469 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2470 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2470 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2470 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2470 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2471 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2471 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2471 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2471 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2471 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2472 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2472 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2472 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2472 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2473 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2473 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2473 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2473 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2473 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2474 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2474 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2474 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2475 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2475 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2475 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2476 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2476 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2476 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2476 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2477 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2477 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2477 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2478 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2478 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2482 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2482 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2483 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2483 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2484 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2487 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2487 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2488 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2497 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2542 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2548 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2549 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2550 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2550 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 40 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 41 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 42 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:22:51 CST 2018]; root of context hierarchy |
| 82 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 82 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 83 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 93 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 110 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 159 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 168 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 170 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 217 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 224 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 232 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 245 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 260 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 282 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 282 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 283 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 293 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 296 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 297 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 299 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 301 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 303 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 305 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 305 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 306 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 308 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 309 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 311 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 316 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 360 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 361 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 362 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 363 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 364 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 365 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 366 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 367 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 368 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 369 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 370 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 371 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 373 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 374 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 389 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 390 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 392 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 393 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 394 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 395 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 397 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 398 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 399 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 400 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 402 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 403 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 403 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 404 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 438 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 455 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 456 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 459 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 474 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 482 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 491 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 519 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 520 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 544 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 545 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 545 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 546 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 546 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 559 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 559 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 871 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 907 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 907 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 908 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 1007 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 1008 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 1009 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 1010 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 1011 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 1012 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1012 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1051 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1052 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1053 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1053 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1054 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1054 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1055 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1055 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1056 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1057 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1057 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1058 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1059 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1059 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1060 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1061 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1061 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1061 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1062 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1063 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1063 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1064 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1064 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1065 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1065 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1066 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1067 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1067 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1068 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1070 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1072 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1073 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1073 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1074 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1075 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1076 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1077 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1077 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1078 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1079 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1080 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1080 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1081 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1082 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1083 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1084 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1085 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1085 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1086 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1087 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1087 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1088 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1089 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1089 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1090 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1092 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1092 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1094 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1094 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1095 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1096 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1097 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1097 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1099 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1100 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1100 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1102 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1103 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1104 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1105 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1106 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1107 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1107 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1113 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1552 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1562 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1572 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1583 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1592 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1602 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1624 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1689 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1696 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1706 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1714 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1724 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1733 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1743 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1747 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1747 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1747 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1749 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1749 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1750 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1751 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1753 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1753 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1754 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1754 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1755 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1755 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1756 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1756 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1756 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1757 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1758 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1759 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1759 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1760 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1761 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1761 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1761 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1761 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1762 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1762 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1762 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1762 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1762 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1763 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1763 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1763 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1763 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1809 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1811 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1833 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1859 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1859 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1863 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1888 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1888 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1888 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1912 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1912 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1915 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1915 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1915 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1917 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1917 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1924 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1926 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1935 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1936 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1938 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1942 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1942 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1947 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1948 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1948 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1948 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1949 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1951 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1951 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1952 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1952 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1953 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1956 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1956 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1959 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1961 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1961 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1970 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1971 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1971 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1975 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1977 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1978 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1981 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1982 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1982 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1983 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1983 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1985 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1991 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1993 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1995 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1998 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 2003 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 2005 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2009 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2009 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 2010 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 2010 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 2011 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2011 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 2013 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 2018 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 2018 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 2021 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2023 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2023 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2024 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 2024 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 2024 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 2025 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 2027 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 2035 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2036 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 2039 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2042 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 2045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 2046 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 2048 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 2051 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2054 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 2059 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2059 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 2062 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2062 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 2067 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2067 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 2070 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2071 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 2076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 2077 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 2077 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2078 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 2079 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 2084 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 2086 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2087 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2094 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2094 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2094 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2097 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2097 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 2097 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2110 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 2110 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2110 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2111 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2115 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2115 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 2125 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2126 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2126 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2126 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2127 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 2127 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 2128 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 2142 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 2145 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2146 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 2146 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2146 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2162 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2175 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2178 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2184 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2184 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2187 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2187 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2190 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2190 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2197 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2315 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2331 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:22:51 CST 2018]; root of context hierarchy |
| 2346 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 2348 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2373 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2377 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2381 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2386 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2411 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2481 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2481 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2487 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2487 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2487 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2495 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2496 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2496 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2523 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2523 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2543 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:22:51 CST 2018]; root of context hierarchy |
| 2572 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2577 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2577 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2577 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2596 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:22:51 CST 2018]; root of context hierarchy |
| 2598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2624 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:22:51 CST 2018]; root of context hierarchy |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2641 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:22:51 CST 2018]; root of context hierarchy |
| 2642 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2642 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2642 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2643 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2643 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2644 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2644 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2645 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2645 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2645 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2646 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2646 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2646 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2646 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2647 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2647 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2647 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2647 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2648 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2648 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2648 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2649 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2649 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2649 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2650 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2650 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2650 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2652 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2652 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2652 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2652 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2652 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2653 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2653 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2653 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2653 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2653 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2654 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2654 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2654 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2654 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2654 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2655 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2655 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2655 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2655 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2655 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2656 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2656 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2656 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2656 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2656 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2657 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2657 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2657 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2657 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2657 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2658 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2658 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2658 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2658 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2658 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2659 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2659 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2659 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2659 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2660 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2660 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2660 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2660 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2660 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2663 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2733 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2741 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2742 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2742 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 11 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 01:26:20 CST 2018]; root of context hierarchy |
| 46 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 47 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 47 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 59 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 73 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 102 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 110 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 112 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 156 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 163 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 187 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 204 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 236 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 272 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 273 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 273 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 288 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 300 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 303 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 305 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 307 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 309 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 310 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 311 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 312 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 315 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 316 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 321 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 326 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 366 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 367 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 368 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 369 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 370 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 371 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 372 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 373 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 374 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 374 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 375 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 376 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 377 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 378 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 392 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 394 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 396 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 398 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 398 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 400 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 402 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 403 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 404 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 406 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 407 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 408 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 409 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 410 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 439 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 453 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 454 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 456 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 468 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 477 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 486 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 528 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 528 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 545 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 546 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 546 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 547 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 547 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 547 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 548 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: org.springframework.beans.factory.support.DefaultListableBeanFactory@1009542: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 789 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 816 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 817 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 818 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 901 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 901 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 902 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 903 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 904 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 904 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 905 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 948 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 951 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 951 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 957 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 957 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 959 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 961 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 972 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 976 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 977 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 977 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 978 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 979 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 979 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 980 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 980 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 981 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 982 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 982 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 982 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 983 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 983 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 984 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 984 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 985 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 985 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 986 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 986 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 987 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 988 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 989 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 990 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 990 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 991 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 992 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 992 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 993 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 993 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 994 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 995 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 995 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 996 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1001 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1298 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1307 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1318 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1337 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1347 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1355 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1378 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1436 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1442 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1450 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1457 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1465 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1474 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1482 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1484 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1484 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1484 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1486 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1487 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1487 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1489 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1489 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1491 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1492 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1493 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1493 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1494 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1494 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1495 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1495 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1496 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1497 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1497 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1498 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1498 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1499 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1499 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1500 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1501 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1501 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1502 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1502 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1502 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1502 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1503 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1503 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1503 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1503 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1503 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1503 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1504 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1551 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@18d604b] |
| 1553 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1eb2dda] |
| 1556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1009542: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1571 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1574 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1599 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1599 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1604 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1669 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1672 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1681 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1683 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1685 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1717 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1720 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1722 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1727 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1737 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1739 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1743 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1745 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1751 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1752 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1757 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1758 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1762 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1764 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1770 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1772 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1779 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1781 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1785 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1788 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1792 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1794 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1802 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1804 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1807 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1809 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1905 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#25951c' |
| 1905 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2013 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#25951c' |
| 2030 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2042 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2044 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 01:26:20 CST 2018]; root of context hierarchy |
| 2059 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 2061 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2063 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2063 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2077 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2086 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2089 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2093 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2097 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2121 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#2e0143' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#2e0143' |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2217 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2217 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64' |
| 2232 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2232 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64' |
| 2233 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1234bf' |
| 2242 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2243 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1234bf' |
| 2243 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#184f475' |
| 2252 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2253 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#184f475' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2255 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 01:26:20 CST 2018]; root of context hierarchy |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1179359' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#2e0143#1' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2298 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2298 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#2e0143#1' |
| 2299 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#1' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#1' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#1' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#1' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1234bf#1' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1234bf#1' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#184f475#1' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#184f475#1' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#1179359' |
| 2318 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 01:26:20 CST 2018]; root of context hierarchy |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1179359' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2338 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2338 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#2' |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#2' |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#2' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#2' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1234bf#2' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1234bf#2' |
| 2343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#184f475#2' |
| 2343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#184f475#2' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2344 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 01:26:20 CST 2018]; root of context hierarchy |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 01:26:20 CST 2018]; root of context hierarchy |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2380 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2380 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2380 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2396 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2396 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2396 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2397 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2397 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2411 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2413 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2413 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2414 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2414 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2414 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2414 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2414 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2442 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@884e4b] |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2444 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2446 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2447 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2447 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2455 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 11 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:29:33 CST 2018]; root of context hierarchy |
| 49 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 50 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 51 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 61 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 76 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 113 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 124 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 126 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 174 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 180 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 189 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 205 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 224 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 244 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 244 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 245 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 258 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 263 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 263 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 265 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 267 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 269 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 271 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 272 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 273 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 274 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 275 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 279 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 283 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 318 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 319 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 320 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 321 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 322 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 324 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 325 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 326 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 327 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 328 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 329 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 330 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 331 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 332 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 344 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 346 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 347 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 348 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 350 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 351 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 353 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 354 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 356 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 358 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 359 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 360 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 361 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 363 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 394 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 409 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 410 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 412 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 425 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 431 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 439 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 480 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 480 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 495 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 496 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 496 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 497 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 497 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 498 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 498 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 547 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 547 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 570 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 732 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 757 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 758 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 759 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 836 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 836 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 837 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 837 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 838 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 839 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 839 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 871 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 872 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 872 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 873 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 873 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 874 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 874 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 874 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 875 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 875 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 876 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 876 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 877 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 877 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 877 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 878 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 878 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 878 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 879 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 879 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 880 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 880 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 881 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 881 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 882 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 883 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 883 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 883 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 884 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 884 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 888 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 888 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 889 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 889 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 890 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 890 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 891 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 892 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 892 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 893 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 894 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 894 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 895 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 895 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 896 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 896 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 897 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 897 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 898 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 898 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 899 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 899 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 900 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 900 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 901 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 901 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 902 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 902 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 903 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 903 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 904 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 905 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 906 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 906 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 907 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 907 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 908 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 909 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 909 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 910 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 911 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 912 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 912 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 913 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 914 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 915 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 919 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1187 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1196 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1206 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1216 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1234 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1246 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1270 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1322 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1330 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1338 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1349 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1358 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1365 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1373 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1374 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1375 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1375 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1377 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1377 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1377 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1379 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1379 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1380 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1381 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1381 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1382 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1382 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1383 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1383 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1384 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1384 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1384 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1385 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1386 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1387 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1387 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1388 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1389 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1390 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1390 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1390 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1391 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1391 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1391 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1391 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1391 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1391 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1392 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1392 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1392 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1392 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1396 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1396 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1397 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1397 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1398 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1398 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1398 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1403 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1423 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1437 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1440 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1445 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1445 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1446 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1446 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1467 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1473 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1473 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1477 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1477 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1477 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1480 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1480 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1482 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1482 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1482 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1483 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1483 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1484 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1485 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1485 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1485 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1491 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1491 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1492 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1494 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1496 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1497 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1497 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1523 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1523 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1523 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1546 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1547 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1547 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1548 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1550 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1555 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1562 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1565 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1568 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1570 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1571 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1572 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1572 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1577 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1604 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1607 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1609 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1611 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1621 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1624 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1629 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1631 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1637 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1639 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1643 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1644 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1648 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1649 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1653 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1656 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1662 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1665 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1671 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1674 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1678 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1680 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1688 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1690 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1694 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1697 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 1946 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 1947 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 1949 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1951 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1956 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 1956 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 1959 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 1959 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 1963 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1963 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1967 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:29:33 CST 2018]; root of context hierarchy |
| 1989 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 1992 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2010 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2029 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2034 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2039 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2044 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2079 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2187 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2194 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2195 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2197 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2221 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2232 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2232 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2241 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2241 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2247 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2258 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2258 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2260 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2260 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:29:33 CST 2018]; root of context hierarchy |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2328 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:29:33 CST 2018]; root of context hierarchy |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2349 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2349 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2354 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:29:33 CST 2018]; root of context hierarchy |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2361 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2361 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2370 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2371 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2371 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2371 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:29:33 CST 2018]; root of context hierarchy |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2386 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2386 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2386 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2386 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2386 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2386 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2387 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2387 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2387 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2413 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2429 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2432 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2432 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2432 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2432 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2456 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2463 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2463 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2463 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2465 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2473 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2477 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1351f41] was not registered for synchronization because synchronization is not active |
| 2484 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2485 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2489 | main | DEBUG | com.shopping.dao.ProductDao.add | ==> Preparing: insert into product values(?,?,?,?) |
| 2516 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1351f41] |
| 2516 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 10 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 11 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 13 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:32:21 CST 2018]; root of context hierarchy |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 49 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 49 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 60 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 75 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 106 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 118 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 122 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 179 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 185 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 193 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 204 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 223 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 242 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 243 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 243 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 259 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 266 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 267 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 269 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 272 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 274 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 276 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 276 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 277 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 279 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 281 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 284 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 288 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 323 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 324 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 326 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 327 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 328 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 330 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 331 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 332 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 333 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 334 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 335 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 336 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 337 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 338 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 350 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 352 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 354 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 355 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 356 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 358 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 359 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 360 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 361 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 362 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 364 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 365 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 366 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 367 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 396 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 410 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 411 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 413 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 426 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 435 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 449 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 494 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 495 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 512 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 513 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 514 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 514 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 514 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 515 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 516 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 773 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 803 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 804 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 805 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 891 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 892 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 892 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 893 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 894 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 894 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 895 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 925 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 925 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 926 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 926 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 927 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 927 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 927 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 928 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 928 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 929 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 930 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 930 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 930 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 946 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 947 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 947 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 948 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 951 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 951 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 957 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 959 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 961 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 965 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 965 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 972 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 972 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 981 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1257 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1267 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1277 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1285 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1303 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1313 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1339 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1390 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1396 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1406 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1416 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1425 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1434 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1443 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1444 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1444 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1444 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1446 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1447 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1447 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1448 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1448 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1450 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1451 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1451 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1452 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1452 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1453 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1453 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1453 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1454 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1454 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1455 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1455 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1456 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1456 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1457 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1457 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1459 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1459 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1459 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1459 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1460 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1460 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1460 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1460 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1460 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1461 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1461 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1461 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1461 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1465 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1466 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1469 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1469 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1473 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1473 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1473 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1473 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1475 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1475 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1475 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1492 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1504 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1506 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1533 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1545 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1545 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1545 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1546 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1548 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1548 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1548 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1558 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1558 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1562 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1621 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1624 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1633 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1635 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1638 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1677 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1680 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1682 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1685 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1695 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1697 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1703 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1705 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1711 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1713 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1718 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1720 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1725 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1727 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1733 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1735 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1739 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1741 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1746 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1749 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1755 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1758 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1767 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1769 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1773 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1776 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1975 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1985 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1985 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 1997 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2009 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2009 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2010 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2010 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2010 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:32:21 CST 2018]; root of context hierarchy |
| 2024 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 2027 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2053 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2057 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2060 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2064 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2118 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2187 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2197 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2203 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2203 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2213 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2241 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2241 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2242 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2247 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2249 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:32:21 CST 2018]; root of context hierarchy |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2292 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2292 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2292 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2298 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2298 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2299 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2309 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:32:21 CST 2018]; root of context hierarchy |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2337 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:32:21 CST 2018]; root of context hierarchy |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2349 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2360 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:32:21 CST 2018]; root of context hierarchy |
| 2360 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2360 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2396 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2414 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2438 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2445 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2445 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2446 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2447 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2459 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2470 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1351f41] was not registered for synchronization because synchronization is not active |
| 2481 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2482 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2487 | main | DEBUG | com.shopping.dao.ProductDao.add | ==> Preparing: insert into product values(?,?,?,?) |
| 2529 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1351f41] |
| 2530 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 11 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 12 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 14 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:35:33 CST 2018]; root of context hierarchy |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 49 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 60 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 75 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 105 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 117 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 119 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 164 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 169 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 177 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 190 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 213 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 238 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 239 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 239 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 253 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 258 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 259 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 261 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 265 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 268 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 270 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 271 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 272 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 273 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 274 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 279 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 285 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 335 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 336 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 338 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 339 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 341 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 344 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 347 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 348 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 350 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 351 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 353 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 354 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 355 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 356 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 377 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 380 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 382 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 385 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 387 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 389 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 392 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 394 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 397 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 399 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 401 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 402 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 403 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 404 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 452 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 476 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 480 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 481 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 501 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 510 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 523 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 579 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 581 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 607 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 607 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 608 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 609 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 609 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 610 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 611 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 902 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 929 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 929 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 931 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 1014 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 1015 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 1016 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 1017 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 1018 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 1019 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1019 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1059 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1060 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1061 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1061 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1062 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1062 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1063 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1064 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1064 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1065 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1065 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1066 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1066 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1066 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1067 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1068 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1068 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1068 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1069 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1069 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1070 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1070 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1071 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1071 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1072 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1073 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1073 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1074 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1074 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1074 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1077 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1078 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1079 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1080 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1081 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1081 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1082 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1083 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1083 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1084 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1085 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1085 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1085 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1086 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1087 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1088 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1088 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1089 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1089 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1090 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1090 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1091 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1092 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1092 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1094 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1095 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1095 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1096 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1097 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1099 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1100 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1100 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1101 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1102 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1103 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1103 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1104 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1105 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1106 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1106 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1107 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1112 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1398 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1409 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1420 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1429 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1447 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1456 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1478 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1534 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1540 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1549 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1557 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1566 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1574 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1582 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1586 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1586 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1586 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1587 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1588 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1588 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1589 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1590 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1590 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1590 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1591 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1591 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1592 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1592 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1593 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1593 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1593 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1594 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1595 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1595 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1596 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1597 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1597 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1597 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1597 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1598 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1598 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1598 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1598 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1598 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1599 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1599 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1599 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1599 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1658 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1660 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1684 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1709 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1709 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1712 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1776 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1780 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1788 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1789 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1792 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1828 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1830 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1832 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1834 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1845 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1846 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1850 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1850 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1851 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1854 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1859 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1862 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1867 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1870 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1877 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1880 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1888 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1891 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1898 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1901 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1904 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1904 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1904 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1904 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1905 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1905 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1907 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1911 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1912 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1914 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1915 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1922 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1925 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1930 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1930 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1932 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1943 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1953 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1959 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1959 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1959 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1961 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1963 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1969 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1980 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1982 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1983 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1983 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1983 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2028 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2137 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2138 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2138 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2148 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2148 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2155 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2156 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2159 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2159 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2159 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2159 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2163 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2163 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2164 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2164 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2165 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2165 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2165 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2168 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2168 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2170 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:35:33 CST 2018]; root of context hierarchy |
| 2184 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 2187 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2189 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2192 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2192 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2192 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2198 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2203 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2212 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2217 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2221 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2225 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2247 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2349 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2370 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2370 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2371 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2376 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2377 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2377 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2384 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:35:33 CST 2018]; root of context hierarchy |
| 2411 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2423 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2423 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2423 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2424 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2424 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2426 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2427 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2427 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2429 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2432 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2439 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2439 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2439 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:35:33 CST 2018]; root of context hierarchy |
| 2441 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2441 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2444 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2444 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2448 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2454 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2455 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2460 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2460 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2462 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2463 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2465 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2466 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2466 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2468 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:35:33 CST 2018]; root of context hierarchy |
| 2470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2475 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2478 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2480 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2484 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2485 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2486 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:35:33 CST 2018]; root of context hierarchy |
| 2486 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2487 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2487 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2487 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2487 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2487 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2488 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2488 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2488 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2488 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2488 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2488 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2489 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2489 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2489 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2489 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2489 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2489 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2490 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2490 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2490 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2490 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2490 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2491 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2491 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2491 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2491 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2491 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2491 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2492 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2492 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2492 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2492 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2493 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2493 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2493 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2494 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2494 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2494 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2495 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2495 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2495 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2495 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2496 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2496 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2496 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2496 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2497 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2497 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2497 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2497 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2497 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2498 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2498 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2498 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2498 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2498 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2499 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2499 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2499 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2499 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2499 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2500 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2500 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2500 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2500 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2500 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2501 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2501 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2501 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2501 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2501 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2502 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2502 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2502 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2502 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2502 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2502 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2503 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2503 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2503 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2503 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2503 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2569 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2570 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2572 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2576 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2577 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2577 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2589 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2593 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1351f41] was not registered for synchronization because synchronization is not active |
| 2600 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2601 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2606 | main | DEBUG | com.shopping.dao.ProductDao.add | ==> Preparing: insert into product values(?,?,?,?) |
| 2633 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1351f41] |
| 2633 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 8 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 10 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:36:02 CST 2018]; root of context hierarchy |
| 44 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 44 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 56 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 71 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 98 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 109 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 112 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 158 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 165 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 173 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 185 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 204 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 225 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 226 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 226 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 240 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 245 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 245 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 248 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 250 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 251 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 253 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 254 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 254 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 255 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 256 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 261 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 266 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 299 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 300 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 301 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 302 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 302 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 304 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 305 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 305 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 306 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 307 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 308 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 308 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 309 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 310 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 323 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 325 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 326 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 327 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 327 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 328 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 330 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 331 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 332 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 333 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 334 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 335 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 336 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 337 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 366 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 380 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 382 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 383 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 394 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 400 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 407 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 448 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 449 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 462 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 462 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 463 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 464 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 464 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 465 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 465 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 528 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 691 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 719 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 720 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 722 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 796 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 797 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 798 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 799 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 801 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 801 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 802 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 838 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 838 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 839 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 839 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 840 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 840 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 841 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 841 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 841 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 842 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 842 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 843 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 843 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 843 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 844 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 844 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 844 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 845 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 845 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 846 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 846 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 848 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 848 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 849 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 849 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 850 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 850 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 851 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 852 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 854 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 855 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 856 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 856 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 857 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 857 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 858 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 858 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 859 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 859 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 860 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 861 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 861 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 862 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 862 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 862 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 863 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 864 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 864 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 865 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 866 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 866 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 867 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 868 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 868 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 869 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 869 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 870 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 870 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 871 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 871 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 872 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 872 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 873 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 874 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 874 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 875 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 876 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 876 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 877 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 878 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 879 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 880 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 881 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 882 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 882 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 883 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 888 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1241 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1254 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1268 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1280 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1307 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1319 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1352 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1422 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1432 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1443 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1455 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1463 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1472 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1482 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1483 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1484 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1484 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1486 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1486 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1487 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1488 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1488 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1490 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1491 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1492 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1493 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1493 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1494 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1495 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1495 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1496 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1497 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1498 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1499 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1499 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1500 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1500 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1501 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1503 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1503 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1503 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1504 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1504 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1505 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1505 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1505 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1506 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1506 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1506 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1507 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1507 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1548 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1550 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1552 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1555 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1555 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1571 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1577 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1604 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1604 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1607 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1677 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1679 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1688 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1691 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1694 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1728 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1730 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1732 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1734 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1745 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1748 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1754 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1757 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1764 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1766 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1772 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1774 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1778 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1780 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1786 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1789 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1794 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1796 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1803 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1805 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1809 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1811 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1818 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1820 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1825 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1827 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1912 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1912 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1912 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1915 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2046 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2049 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2050 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2050 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2050 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2051 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2054 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2054 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2054 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2054 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2055 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2055 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2059 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2059 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2059 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:36:02 CST 2018]; root of context hierarchy |
| 2074 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 2076 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2079 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2105 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2108 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2111 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2116 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2142 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2143 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2143 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2143 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2209 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2210 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2215 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2215 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2233 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2237 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2255 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2265 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:36:02 CST 2018]; root of context hierarchy |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2316 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:36:02 CST 2018]; root of context hierarchy |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2318 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2318 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2338 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2338 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2338 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2342 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:36:02 CST 2018]; root of context hierarchy |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2360 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:36:02 CST 2018]; root of context hierarchy |
| 2360 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2361 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2362 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2363 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2364 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2365 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2366 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2367 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2368 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2410 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2441 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2446 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2447 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2448 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2448 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2457 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2461 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1351f41] was not registered for synchronization because synchronization is not active |
| 2468 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2469 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2473 | main | DEBUG | com.shopping.dao.ProductDao.add | ==> Preparing: insert into product values(?,?,?,?) |
| 2501 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1351f41] |
| 2501 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 11 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:37:05 CST 2018]; root of context hierarchy |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 46 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 57 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 71 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 99 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 107 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 109 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 138 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 143 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 150 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 165 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 188 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 208 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 210 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 210 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 223 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 229 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 230 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 233 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 235 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 238 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 240 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 241 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 242 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 245 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 246 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 253 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 259 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 305 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 306 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 307 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 308 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 309 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 311 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 312 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 313 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 314 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 315 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 317 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 318 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 319 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 320 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 338 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 341 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 343 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 344 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 346 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 348 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 351 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 352 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 354 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 355 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 357 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 357 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 358 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 359 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 390 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 404 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 406 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 408 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 419 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 424 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 436 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 479 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 480 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 494 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 495 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 495 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 495 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 496 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 496 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 497 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 571 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 741 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 770 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 771 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 772 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 860 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 860 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 861 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 862 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 863 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 864 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 865 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 903 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 904 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 905 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 905 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 906 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 906 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 907 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 907 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 908 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 908 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 909 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 910 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 910 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 911 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 912 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 912 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 912 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 913 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 914 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 915 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 915 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 916 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 917 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 917 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 918 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 919 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 919 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 920 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 920 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 921 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 924 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 925 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 925 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 926 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 927 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 927 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 928 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 929 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 929 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 930 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 946 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 947 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 947 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 948 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 951 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 960 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1252 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1261 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1272 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1281 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1299 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1307 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1330 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1382 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1388 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1397 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1405 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1414 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1422 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1433 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1437 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1437 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1437 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1439 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1439 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1440 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1441 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1442 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1442 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1443 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1443 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1444 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1444 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1444 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1445 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1445 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1446 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1447 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1447 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1448 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1448 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1450 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1451 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1451 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1451 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1451 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1452 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1452 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1452 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1452 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1452 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1452 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1453 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1453 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1460 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1460 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1460 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1465 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1465 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1465 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1465 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1466 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1466 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1484 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1495 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1498 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1501 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1522 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1528 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1528 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1545 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1553 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1553 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1556 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1572 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1573 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1573 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1577 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1577 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1610 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1612 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1619 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1621 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1623 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1662 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1664 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1667 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1668 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1678 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1680 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1687 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1689 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1695 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1697 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1702 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1704 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1708 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1711 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1716 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1719 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1724 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1726 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1732 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1736 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1741 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1742 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1751 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1753 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1762 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1767 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1975 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1984 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1985 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 1992 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 1993 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2007 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2007 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2007 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2008 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:37:05 CST 2018]; root of context hierarchy |
| 2022 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) |
| 2025 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2050 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2053 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2057 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2061 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2144 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2157 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2165 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2168 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2178 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2179 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2179 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2189 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2190 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2190 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2194 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2197 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2197 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2198 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2213 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2213 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2220 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:37:05 CST 2018]; root of context hierarchy |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2253 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2253 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2253 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2257 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2260 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2260 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2267 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2267 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2269 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2269 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2269 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2270 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2270 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2271 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2276 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2276 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2277 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2277 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2278 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:37:05 CST 2018]; root of context hierarchy |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2282 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2282 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2293 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2298 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2312 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:37:05 CST 2018]; root of context hierarchy |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2335 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 01:37:05 CST 2018]; root of context hierarchy |
| 2335 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2336 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2336 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2336 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2336 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2337 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2337 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2337 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2337 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2337 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2338 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2338 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2338 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2338 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2338 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2339 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2339 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2339 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2339 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2339 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2339 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2340 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2340 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2340 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2340 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2340 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2341 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2341 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2341 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2341 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2341 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2342 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2342 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2342 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2342 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2342 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2343 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2343 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2343 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2343 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2343 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2343 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2344 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2344 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2344 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2344 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2344 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2344 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2345 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2345 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2345 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2345 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2345 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2345 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2346 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2346 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2346 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2346 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2346 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2346 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2347 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2347 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2347 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2347 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2347 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2348 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2348 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2348 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2348 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2348 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2349 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2349 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2349 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2349 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2349 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2350 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2350 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2350 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2350 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2350 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2351 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2351 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2351 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2368 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2369 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2369 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2369 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2370 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2370 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2375 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2406 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2414 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2415 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2415 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2428 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2434 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1351f41] was not registered for synchronization because synchronization is not active |
| 2442 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2443 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2449 | main | DEBUG | com.shopping.dao.ProductDao.add | ==> Preparing: insert into product values(?,?,?,?) |
| 2507 | main | DEBUG | com.shopping.dao.ProductDao.add | ==> Parameters: 181428050712465408(BigDecimal), 1(Integer), 努比亚测试AAA(String), 2018-07-24 01:37:08.286(Timestamp) |
| 2877 | main | DEBUG | com.shopping.dao.ProductDao.add | <== Updates: 1 |
| 2877 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1351f41] |
| 2877 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 113 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 115 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 128 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:14:45 CST 2018]; root of context hierarchy |
| 192 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 193 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 194 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 217 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 236 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 267 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 273 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 275 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 307 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 312 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 319 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 330 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 345 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 363 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 364 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 364 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 373 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 378 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 378 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 380 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 382 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 384 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 386 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 387 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 387 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 389 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 390 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 394 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 399 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 439 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 440 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 441 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 443 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 445 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 447 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 448 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 449 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 450 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 451 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 451 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 453 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 454 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 455 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 469 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 471 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 472 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 473 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 474 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 475 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 476 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 477 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 479 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 481 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 483 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 484 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 485 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 485 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 515 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 534 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 536 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 538 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 554 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 562 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 576 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 608 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 609 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 627 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 628 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 628 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 629 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 629 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 642 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 642 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 918 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 950 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 950 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 952 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 953 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 1039 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 1040 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 1041 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 1042 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 1043 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 1044 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1045 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1089 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1090 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1091 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1091 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1092 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1092 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1094 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1094 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1094 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1095 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1095 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1096 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1096 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1097 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1097 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1097 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1099 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1099 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1100 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1101 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1102 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1102 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1103 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1103 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1106 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1107 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1108 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1108 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1109 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1110 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1111 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1111 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1112 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1113 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1113 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1114 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1114 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1115 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1116 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1116 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1117 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1117 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1118 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1118 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1119 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1119 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1120 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1121 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1121 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1121 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1122 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1123 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1123 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1124 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1124 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1124 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1125 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1126 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1126 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1127 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1128 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1129 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1130 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1130 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1131 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1132 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1132 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1133 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1134 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1134 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1136 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1142 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 2235 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 2244 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 2254 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 2264 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 2272 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 2282 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 2304 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 2369 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 2377 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 2385 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 2396 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 2404 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 2413 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 2421 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2423 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2424 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 2425 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 2425 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 2426 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 2427 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 2428 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 2429 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 2429 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 2430 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 2431 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 2431 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 2432 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 2432 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 2433 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 2433 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 2434 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 2434 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 2435 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 2435 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 2436 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 2437 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 2440 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 2440 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 2440 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 2441 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 2441 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 2441 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 2442 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 2442 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 2443 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 2443 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 2443 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 2443 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 2444 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 2448 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2448 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 2457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 2459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2460 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2482 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 2493 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2495 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 2498 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 2523 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 2530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 2531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 2532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 2533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 2534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 2541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 2544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 2546 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2546 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 2547 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 2547 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 2554 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 2554 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 2555 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 2557 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 2561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 2561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 2562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 2582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 2582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 2583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 2584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 2584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 2584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 2585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 2586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 2587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 2587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 2588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 2588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 2589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 2589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 2591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 2591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 2591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 2592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 2593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 2593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 2594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 2594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 2596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 2596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 2597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 2597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 2597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 2598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 2599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 2599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 2600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 2600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 2601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 2604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 2605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 2605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 2605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 2608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 2608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 2609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 2610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 2610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 2611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 2611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 2612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 2612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 2612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 2613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 2613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 2614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 2614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 2614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 2616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 2616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 2618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 2619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 2619 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 2620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 2622 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 2623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 2630 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 2631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 2631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 2631 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 2632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 2635 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 2636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 2641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 2645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 2645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 2645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 2647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 2649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 2649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 2650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 2652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 2653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 2653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 2654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 2656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 2657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 2657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 2658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 2660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 2661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 2661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 2662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 2664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 2665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 2665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 2666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 2669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 2671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 2673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 2673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 2674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 2675 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 2676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 2678 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 2679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 2680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 2680 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 2681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 2683 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 2684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 2688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 2690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 2690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 2691 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 2691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 2693 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 2694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 2698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 2698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 2698 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 2701 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 2705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 2705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 2706 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 2708 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 2712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 2712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 2713 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 2715 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 2718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 2718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 2719 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 2720 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 2726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 2726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 2727 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 2729 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 2732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 2732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 2733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 2733 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 2735 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 2744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 2745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 2745 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 2747 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 2750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 2751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 2752 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 2754 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 2759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 2759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 2760 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 2762 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 2765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 2765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 2766 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 2768 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 2772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 2772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 2772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 2777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 2781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 2784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 2790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 2796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 2797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 2798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 2800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 2811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 2812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 2812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 2820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 2822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 2823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2977 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2983 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2984 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2992 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2993 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 3000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 3000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 3000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 3001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 3003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 3004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 3005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 3006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 3006 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:14:45 CST 2018]; root of context hierarchy |
| 3020 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 3024 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 3026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 3027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 3027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 3027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 3030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 3034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 3040 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 3048 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 3051 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 3055 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 3059 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 3081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 3085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 3085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 3149 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 3158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 3159 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 3165 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 3166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 3166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 3167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 3177 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3178 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 3179 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 3184 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3185 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 3185 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 3187 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3188 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 3188 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 3190 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3190 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 3190 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 3193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3194 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 3194 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 3197 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3198 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 3198 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 3206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3207 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 3207 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 3213 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 3215 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 3216 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:14:45 CST 2018]; root of context hierarchy |
| 3243 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3245 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 3246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 3246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 3246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 3251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 3254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 3255 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 3255 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 3255 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 3256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 3257 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 3258 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 3260 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 3261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 3262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 3263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 3264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 3265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 3266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 3266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3267 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 3267 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 3268 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3269 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 3269 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 3271 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 3273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 3274 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3274 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 3275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 3276 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:14:45 CST 2018]; root of context hierarchy |
| 3278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 3279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 3279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 3280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 3280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 3280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 3280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 3281 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 3283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 3290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 3290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 3292 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3293 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 3293 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 3294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 3295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 3295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 3296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 3297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 3297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 3298 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3298 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 3298 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 3299 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 3300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 3301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 3302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 3303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 3304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 3304 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:14:45 CST 2018]; root of context hierarchy |
| 3306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 3307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 3307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 3307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 3309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 3310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 3310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 3311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 3315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 3316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 3316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 3316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 3321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 3322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 3322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 3323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 3323 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:14:45 CST 2018]; root of context hierarchy |
| 3324 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 3324 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 3324 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 3324 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 3325 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 3325 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 3325 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 3325 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 3325 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 3326 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 3326 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 3326 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 3326 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 3326 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 3326 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 3327 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 3327 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 3327 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 3327 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 3327 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 3327 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 3328 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 3328 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 3328 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 3328 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 3328 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 3329 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 3329 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 3329 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 3329 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 3329 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 3329 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 3330 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 3330 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 3330 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 3330 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 3330 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 3330 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 3331 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 3331 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 3331 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 3331 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 3331 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 3331 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 3332 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 3332 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 3332 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 3332 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 3332 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 3332 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 3333 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 3333 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 3333 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 3333 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 3333 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 3334 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 3334 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 3334 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 3335 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 3335 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 3335 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 3335 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 3335 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 3336 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 3336 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 3336 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 3336 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 3336 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 3336 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 3337 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 3337 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 3337 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 3337 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 3337 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 3338 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 3338 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 3338 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 3338 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 3339 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 3339 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 3339 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 3339 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 3339 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 3339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 3340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 3340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 3341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 3342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 3343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 3344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 3344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 3347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 3348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 3348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 3359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 3363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 3364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 3364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 3364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 3364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 3371 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 3382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 3383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 3383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 3384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 3384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 3384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 3384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 3385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 3385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 3385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 3385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 3386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 3386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 3386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 3387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 3387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 3387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 3388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 3388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 3408 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 3409 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 3412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 3413 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 3414 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 3414 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 3415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 8 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 10 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:18:04 CST 2018]; root of context hierarchy |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 46 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 57 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 72 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 110 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 125 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 127 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 175 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 181 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 189 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 208 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 227 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 253 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 254 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 254 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 269 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 274 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 274 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 276 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 278 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 280 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 283 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 283 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 284 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 285 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 286 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 289 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 294 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 332 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 365 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 367 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 368 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 371 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 374 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 376 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 377 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 379 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 383 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 385 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 387 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 388 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 390 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 419 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 421 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 423 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 425 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 427 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 429 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 431 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 433 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 434 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 435 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 439 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 440 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 441 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 442 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 486 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 509 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 511 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 513 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 529 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 538 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 549 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 596 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 597 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 622 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 623 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 624 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 625 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 626 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 627 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 627 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 918 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 963 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 963 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 967 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 969 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 1078 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 1079 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 1080 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 1081 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 1083 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 1083 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1084 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1125 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1126 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1127 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1128 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1128 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1129 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1130 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1130 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1131 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1131 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1132 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1133 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1133 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1133 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1134 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1137 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1137 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1138 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1139 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1140 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1140 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1141 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1142 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1143 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1144 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1148 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1148 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1149 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1150 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1150 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1151 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1152 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1152 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1153 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1154 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1155 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1156 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1157 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1157 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1158 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1159 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1160 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1161 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1162 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1163 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1164 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1166 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1166 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1168 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1169 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1169 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1170 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1171 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1172 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1173 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1174 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1174 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1175 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1176 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1177 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1178 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1179 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1180 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1182 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1183 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1184 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1185 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1186 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1187 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1189 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1190 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1192 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1193 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1201 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1744 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1753 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1764 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1774 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1791 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1800 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1820 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1875 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1883 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1893 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1905 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1911 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1920 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1927 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1930 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1932 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1932 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1933 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1934 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1934 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1935 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1936 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1937 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1937 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1938 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1938 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1939 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1939 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1940 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1941 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1941 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1941 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1942 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1943 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1943 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1944 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1947 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1947 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1947 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1947 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1948 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1948 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1948 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1948 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1948 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1948 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1949 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1949 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1949 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1953 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1953 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1956 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1963 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1963 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2001 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 2003 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2010 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 2023 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2025 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 2036 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 2036 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 2040 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 2040 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 2042 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2042 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 2042 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 2049 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 2049 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 2051 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 2053 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 2077 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 2078 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2078 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 2079 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 2079 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 2079 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 2080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 2080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 2085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 2085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 2085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 2087 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 2087 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 2094 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 2094 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 2095 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 2095 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 2097 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 2097 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 2101 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 2101 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2102 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 2102 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 2105 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 2105 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 2105 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 2106 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2106 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 2106 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 2107 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 2107 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 2110 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2110 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 2111 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 2111 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 2111 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 2112 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 2112 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2113 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 2117 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 2120 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 2121 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2124 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2127 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 2130 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 2131 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 2132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 2132 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 2133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 2134 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 2135 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2136 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2137 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2138 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 2139 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 2141 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 2141 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 2142 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 2144 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2145 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 2145 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 2145 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 2147 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 2149 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2150 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 2151 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 2151 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 2151 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 2154 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2155 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 2155 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 2156 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 2156 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 2159 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2160 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 2161 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 2161 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 2162 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 2166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 2168 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2172 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 2175 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 2178 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 2178 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 2180 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 2182 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 2183 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 2184 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 2186 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 2187 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2188 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2190 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2190 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 2192 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 2192 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 2193 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 2193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 2195 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2197 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2198 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 2200 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2200 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 2202 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2203 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 2207 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2208 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 2209 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2210 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 2213 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 2213 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2213 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 2215 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2217 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2218 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2218 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 2218 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 2220 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 2222 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 2225 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 2227 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 2232 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2232 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 2233 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2241 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2245 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 2245 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 2246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 2246 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2247 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 2249 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2250 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2252 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2252 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 2253 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 2255 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2255 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 2258 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 2266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 2266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 2267 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2268 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 2270 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2271 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2274 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 2274 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 2274 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 2275 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 2277 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2277 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2282 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 2318 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2361 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2377 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2378 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2381 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2381 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2498 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2499 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2506 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2520 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:18:04 CST 2018]; root of context hierarchy |
| 2533 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2536 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2548 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2563 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2567 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2572 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2577 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2737 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:18:04 CST 2018]; root of context hierarchy |
| 2763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2793 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:18:04 CST 2018]; root of context hierarchy |
| 2796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2824 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:18:04 CST 2018]; root of context hierarchy |
| 2826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2844 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:18:04 CST 2018]; root of context hierarchy |
| 2844 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2845 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2845 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2845 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2845 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2846 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2846 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2846 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2847 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2847 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2847 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2847 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2848 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2848 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2848 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2849 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2849 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2849 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2850 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2850 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2850 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2851 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2851 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2851 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2851 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2852 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2852 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2853 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2853 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2854 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2854 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2855 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2855 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2856 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2856 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2856 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2856 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2857 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2857 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2857 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2857 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2857 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2858 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2858 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2858 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2858 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2859 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2859 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2859 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2859 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2860 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2860 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2862 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2863 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2863 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2863 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2864 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2865 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2866 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2866 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2866 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2866 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2867 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2867 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2867 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2867 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2867 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2868 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2868 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2868 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2868 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2869 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2869 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2869 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2869 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2869 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2869 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2870 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2870 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2870 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2870 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2870 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2871 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2912 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2912 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2933 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2937 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2937 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2937 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 10 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 12 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:20:59 CST 2018]; root of context hierarchy |
| 49 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 50 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 50 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 62 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 77 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 108 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 122 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 125 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 176 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 183 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 195 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 209 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 227 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 243 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 243 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 244 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 253 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 259 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 259 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 261 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 263 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 264 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 266 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 267 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 268 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 269 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 270 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 273 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 277 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 318 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 319 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 320 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 322 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 323 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 325 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 325 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 326 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 327 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 328 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 329 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 330 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 331 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 332 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 347 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 349 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 350 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 352 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 353 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 355 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 356 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 357 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 358 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 359 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 360 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 361 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 362 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 363 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 391 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 405 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 407 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 408 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 423 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 431 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 443 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 483 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 484 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 498 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 498 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 499 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 499 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 500 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 500 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 501 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 563 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 749 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 784 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 784 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 786 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 880 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 881 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 883 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 884 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 885 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 886 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 887 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 929 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 948 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 951 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 957 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 959 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 959 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 961 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 965 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 972 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 976 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 976 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 977 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 983 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1329 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1343 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1360 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1374 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1399 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1411 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1445 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1515 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1526 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1541 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1560 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1570 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1582 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1590 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1593 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1594 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1594 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1595 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1595 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1596 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1597 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1598 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1598 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1599 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1599 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1600 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1601 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1601 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1602 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1603 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1603 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1604 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1604 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1605 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1606 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1609 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1610 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1610 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1610 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1610 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1611 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1611 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1611 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1611 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1611 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1611 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1612 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1612 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1656 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1658 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1681 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1709 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1710 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1713 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1781 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1784 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1794 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1796 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1799 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1840 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1842 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1844 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1846 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1850 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1852 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1855 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1859 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1861 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1866 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1867 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1872 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1874 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1877 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1880 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1885 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1888 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1894 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1896 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1902 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1904 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1904 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1905 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1908 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1910 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1912 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1915 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1915 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1917 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1917 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1922 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1924 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1948 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1949 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1949 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1961 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1970 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1970 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1970 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1971 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1971 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1980 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1981 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1981 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1981 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1982 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1982 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1983 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2028 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2028 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2042 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2042 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2051 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2146 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2146 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2147 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2154 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2155 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2163 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2164 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2168 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2172 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2172 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2174 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2174 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2174 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2177 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2177 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2178 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2178 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2178 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2179 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2179 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:20:59 CST 2018]; root of context hierarchy |
| 2194 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2196 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2200 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2200 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2202 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2209 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2222 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2226 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2230 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2234 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2374 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2375 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2375 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2380 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2380 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2411 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2413 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2413 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:20:59 CST 2018]; root of context hierarchy |
| 2440 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2448 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2454 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2455 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2455 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2455 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2460 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2462 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2465 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2465 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2466 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2466 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2469 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2469 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2472 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2472 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:20:59 CST 2018]; root of context hierarchy |
| 2474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2475 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2475 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2477 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2477 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2480 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2488 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2489 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2489 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2489 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2492 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2493 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2493 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2494 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2494 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2494 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2495 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2496 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2496 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2498 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2499 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2499 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2501 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:20:59 CST 2018]; root of context hierarchy |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2519 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:20:59 CST 2018]; root of context hierarchy |
| 2519 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2519 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2520 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2520 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2520 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2520 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2520 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2521 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2521 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2521 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2521 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2521 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2522 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2522 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2522 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2522 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2522 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2522 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2523 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2523 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2523 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2523 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2523 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2524 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2524 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2524 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2524 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2525 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2525 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2525 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2525 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2525 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2525 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2526 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2526 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2526 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2526 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2526 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2526 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2527 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2527 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2527 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2527 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2527 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2527 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2528 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2528 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2528 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2528 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2528 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2528 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2529 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2529 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2529 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2529 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2529 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2530 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2530 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2530 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2530 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2530 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2530 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2531 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2531 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2531 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2532 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2532 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2532 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2532 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2532 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2532 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2533 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2533 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2533 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2533 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2533 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2533 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2534 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2534 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2534 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2534 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2534 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2534 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2547 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2570 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2570 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2570 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2570 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2571 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2600 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2606 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2606 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2606 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 10 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 12 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:21:29 CST 2018]; root of context hierarchy |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 59 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 75 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 107 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 118 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 120 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 167 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 173 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 183 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 196 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 219 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 243 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 243 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 248 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 257 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 265 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 265 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 268 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 270 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 272 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 273 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 274 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 275 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 276 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 277 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 282 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 286 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 326 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 327 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 328 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 330 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 331 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 335 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 336 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 337 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 338 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 340 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 341 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 342 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 343 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 345 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 357 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 358 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 360 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 362 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 363 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 364 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 365 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 366 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 367 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 369 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 371 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 371 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 372 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 373 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 408 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 422 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 423 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 426 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 442 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 450 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 460 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 506 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 507 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 527 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 528 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 528 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 529 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 529 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 530 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 530 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 779 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 808 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 809 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 810 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 887 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 887 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 888 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 889 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 890 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 890 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 891 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 946 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 947 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 948 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 948 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 957 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 957 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 959 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 961 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 961 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 965 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 965 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 972 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 976 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 976 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 977 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 978 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 978 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 979 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 979 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 981 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 982 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 982 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 983 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 989 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1286 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1299 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1311 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1321 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1340 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1349 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1369 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1428 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1438 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1452 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1471 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1482 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1500 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1510 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1517 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1517 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1518 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1521 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1521 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1524 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1525 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1526 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1527 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1528 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1529 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1531 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1532 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1533 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1534 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1534 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1535 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1536 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1536 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1537 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1540 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1542 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1542 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1542 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1543 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1543 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1543 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1543 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1544 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1544 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1544 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1544 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1545 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1545 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1555 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1555 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1609 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1612 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1643 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1683 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1684 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1687 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1769 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1773 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1786 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1791 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1797 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1876 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1878 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1882 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1886 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1888 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1896 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1900 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1905 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1908 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1911 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1912 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1917 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1923 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1927 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1933 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1935 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1940 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1943 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1947 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1948 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1948 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1949 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1952 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1953 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1959 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1959 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1962 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1969 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1969 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1971 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1973 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1975 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1975 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1975 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1977 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1979 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1980 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1982 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1982 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1983 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1983 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1984 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1986 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1987 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1990 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1990 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1991 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1991 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1993 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2007 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2007 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2007 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 2023 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2023 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2023 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2040 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 2040 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 2059 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2059 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2077 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2094 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2105 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2106 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2112 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2112 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2112 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2113 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2217 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2217 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2232 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2232 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2237 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2239 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2239 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2239 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2239 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2242 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2243 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2243 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2244 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2244 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2244 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2244 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:21:29 CST 2018]; root of context hierarchy |
| 2259 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2261 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2267 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2277 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2285 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2289 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2293 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2301 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2338 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2398 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2413 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2413 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2429 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2432 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2432 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2439 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2460 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2460 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:21:29 CST 2018]; root of context hierarchy |
| 2489 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2492 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2492 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2498 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2516 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:21:29 CST 2018]; root of context hierarchy |
| 2518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2545 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2545 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:21:29 CST 2018]; root of context hierarchy |
| 2548 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2569 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:21:29 CST 2018]; root of context hierarchy |
| 2570 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2570 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2571 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2571 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2571 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2571 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2572 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2572 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2572 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2572 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2573 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2573 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2573 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2573 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2573 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2574 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2574 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2574 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2574 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2575 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2576 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2576 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2576 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2576 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2577 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2577 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2577 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2577 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2578 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2578 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2578 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2578 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2578 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2579 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2579 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2579 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2579 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2580 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2581 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2581 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2581 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2581 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2581 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2582 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2582 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2582 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2582 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2582 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2583 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2583 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2583 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2583 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2583 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2583 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2584 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2584 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2584 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2584 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2584 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2584 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2585 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2585 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2585 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2585 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2585 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2586 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2586 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2586 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2586 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2586 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2586 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2587 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2587 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2587 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2587 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2587 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2587 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2588 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2588 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2588 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2588 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2588 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2588 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2641 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2646 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2646 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2646 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 11 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 09:21:40 CST 2018]; root of context hierarchy |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 45 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 56 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 71 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 101 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 110 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 111 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 159 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 165 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 172 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 183 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 201 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 226 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 227 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 228 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 237 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 245 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 246 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 248 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 251 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 253 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 255 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 256 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 258 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 260 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 261 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 265 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 271 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 322 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 323 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 324 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 325 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 326 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 328 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 329 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 330 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 330 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 331 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 332 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 332 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 333 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 334 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 346 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 348 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 349 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 350 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 352 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 353 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 354 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 356 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 357 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 358 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 360 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 361 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 362 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 363 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 393 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 407 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 409 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 411 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 427 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 436 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 447 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 490 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 491 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 504 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 505 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 506 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 507 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 507 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 508 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 509 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: org.springframework.beans.factory.support.DefaultListableBeanFactory@1826d77: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 754 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 783 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 783 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 785 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 873 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 874 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 875 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 876 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 877 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 877 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 878 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 923 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 924 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 924 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 925 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 926 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 927 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 928 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 929 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 930 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 948 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 948 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 951 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 959 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 961 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 972 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 976 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 978 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 979 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 980 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 981 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 981 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 981 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 982 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 983 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 983 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 988 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1315 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1326 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1338 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1357 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1366 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1374 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1397 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1450 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1456 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1466 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1478 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1484 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1493 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1499 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1502 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1503 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1503 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1504 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1505 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1506 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1507 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1508 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1508 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1509 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1510 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1511 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1511 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1514 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1514 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1514 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1515 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1515 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1516 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1517 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1517 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1519 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1519 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1519 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1520 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1520 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1520 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1520 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1521 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1521 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1521 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1521 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1521 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1522 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1570 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1b759d6] |
| 1572 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2829c7] |
| 1576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1826d77: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1577 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1595 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1623 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1624 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1628 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1685 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1687 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1695 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1697 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1699 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1734 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1736 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1739 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1745 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1753 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1756 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1761 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1763 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1768 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1770 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1775 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1778 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1782 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1784 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1789 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1792 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1798 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1803 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1806 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1808 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1812 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1815 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1820 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1822 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1826 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1829 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1850 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1850 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128763c' |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128763c' |
| 2057 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2059 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2061 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2061 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2062 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2062 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2062 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2067 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2068 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2068 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2069 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2069 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2069 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2070 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2073 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2076 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 09:21:40 CST 2018]; root of context hierarchy |
| 2093 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2096 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2107 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2113 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2121 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2124 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2128 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2132 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2153 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2153 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2217 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1fbfaeb' |
| 2240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2241 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2241 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2242 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1fbfaeb' |
| 2242 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2250 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2255 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2260 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2260 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#6276d8' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#6276d8' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2270 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2271 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2271 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e' |
| 2277 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2277 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e' |
| 2278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1ffbc6d' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1ffbc6d' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2287 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 09:21:40 CST 2018]; root of context hierarchy |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#7776ab' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1fbfaeb#1' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1fbfaeb#1' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#6276d8#1' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#6276d8#1' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e#1' |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e#1' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1ffbc6d#1' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1ffbc6d#1' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#7776ab' |
| 2342 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 09:21:40 CST 2018]; root of context hierarchy |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#7776ab' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2361 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2361 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#6276d8#2' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#6276d8#2' |
| 2363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e#2' |
| 2368 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2368 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e#2' |
| 2369 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1ffbc6d#2' |
| 2369 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2370 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1ffbc6d#2' |
| 2371 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2371 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 09:21:40 CST 2018]; root of context hierarchy |
| 2373 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2373 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2374 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2374 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2375 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2378 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2378 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2378 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2381 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2391 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@fb4a64: startup date [Tue Jul 24 09:21:40 CST 2018]; root of context hierarchy |
| 2391 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2391 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2391 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2392 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2392 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2392 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2392 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2393 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2393 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2393 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2393 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2394 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2394 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2394 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2395 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2395 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2396 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2396 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2397 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2397 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2397 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2398 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2398 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2399 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2399 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2399 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2400 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2400 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2400 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2401 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2401 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2401 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2402 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2402 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2402 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2403 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2403 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2404 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2404 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2404 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2405 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2405 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2405 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2409 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2409 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2410 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2410 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2410 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2410 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2411 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2411 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2411 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2412 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2412 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2412 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2413 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2414 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2414 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2414 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2415 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2415 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2415 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2416 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2416 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2416 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2417 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2417 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2417 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2418 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2418 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2418 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2418 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2419 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2419 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2419 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2419 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2419 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2420 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2420 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2420 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2420 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2420 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2420 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2423 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2424 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2425 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2426 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2426 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2439 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2444 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2454 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2454 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2477 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@10e9815] |
| 2478 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2480 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2481 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2481 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2482 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2483 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 10 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 13 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:22:05 CST 2018]; root of context hierarchy |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 49 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 62 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 77 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 108 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 114 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 115 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 146 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 150 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 159 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 174 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 193 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 216 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 217 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 218 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 228 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 233 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 234 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 236 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 239 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 241 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 243 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 245 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 246 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 248 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 249 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 252 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 256 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 290 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 291 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 292 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 292 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 293 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 295 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 295 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 296 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 297 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 298 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 299 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 300 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 301 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 302 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 312 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 313 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 314 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 315 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 316 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 318 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 319 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 320 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 321 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 322 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 324 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 325 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 327 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 328 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 368 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 384 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 386 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 387 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 398 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 404 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 414 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 450 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 451 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 465 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 466 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 466 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 467 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 468 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 469 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 469 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: org.springframework.beans.factory.support.DefaultListableBeanFactory@38c59b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 690 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 714 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 715 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 716 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 799 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 800 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 801 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 801 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 802 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 803 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 803 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 839 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 839 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 840 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 840 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 841 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 841 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 841 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 842 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 842 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 843 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 844 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 845 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 845 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 846 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 846 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 846 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 847 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 847 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 848 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 849 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 849 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 850 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 850 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 850 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 851 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 852 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 852 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 853 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 856 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 856 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 857 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 857 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 858 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 858 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 860 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 860 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 861 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 862 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 862 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 863 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 864 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 864 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 865 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 865 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 866 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 866 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 867 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 867 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 868 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 869 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 869 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 870 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 870 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 871 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 872 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 873 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 874 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 874 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 875 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 876 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 876 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 877 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 878 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 878 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 879 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 880 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 881 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 881 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 882 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 883 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 883 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 884 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 885 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 885 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 886 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 887 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 892 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1170 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1181 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1192 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1212 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1220 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1229 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1255 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1306 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1315 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1324 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1341 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1348 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1357 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1364 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1367 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1368 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1368 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1369 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1369 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1370 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1371 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1372 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1373 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1373 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1374 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1377 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1379 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1380 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1380 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1381 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1382 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1383 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1384 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1384 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1385 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1387 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1387 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1387 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1387 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1387 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1388 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1388 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1388 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1388 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1388 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1388 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1389 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1389 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1397 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1397 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1397 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1397 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1403 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1432 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1554c5f] |
| 1435 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13d4a8c] |
| 1437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@38c59b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1445 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1456 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1462 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1463 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1466 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1466 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1472 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1473 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1473 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1473 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1478 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1479 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1480 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1482 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1487 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1523 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1523 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1528 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1528 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1545 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1546 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1546 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1548 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1548 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1549 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1552 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1563 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1563 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1564 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1566 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1569 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1570 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1571 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1573 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1577 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1603 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1606 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1609 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1612 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1618 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1620 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1624 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1625 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1632 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1634 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1638 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1640 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1645 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1647 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1652 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1655 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1660 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1666 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1671 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1675 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1682 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1684 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1690 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1692 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1696 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1698 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c9876b' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c9876b' |
| 1909 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 1912 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 1917 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 1917 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1917 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1923 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:22:05 CST 2018]; root of context hierarchy |
| 1939 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 1942 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 1945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 1953 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 1966 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 1969 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 1974 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 1979 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2077 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2078 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c726ee' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c726ee' |
| 2085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2094 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2095 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f' |
| 2105 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2106 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f' |
| 2106 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e' |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e' |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70' |
| 2113 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70' |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2122 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2123 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2124 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#139d019' |
| 2129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#139d019' |
| 2131 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2131 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:22:05 CST 2018]; root of context hierarchy |
| 2156 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2159 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2161 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#55299e' |
| 2165 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2165 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c726ee#1' |
| 2166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c726ee#1' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2174 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2174 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2175 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#1' |
| 2177 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2178 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#1' |
| 2179 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#1' |
| 2180 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2181 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#1' |
| 2181 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e#1' |
| 2182 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e#1' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70#1' |
| 2184 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2184 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70#1' |
| 2184 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2187 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#139d019#1' |
| 2187 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2188 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#139d019#1' |
| 2188 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#55299e' |
| 2188 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:22:05 CST 2018]; root of context hierarchy |
| 2190 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2192 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#55299e' |
| 2192 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2192 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2202 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2203 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#2' |
| 2207 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2207 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#2' |
| 2207 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#2' |
| 2208 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2209 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#2' |
| 2209 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e#2' |
| 2209 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2210 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e#2' |
| 2210 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70#2' |
| 2211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70#2' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2213 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#139d019#2' |
| 2215 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2215 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#139d019#2' |
| 2216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2216 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:22:05 CST 2018]; root of context hierarchy |
| 2218 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2236 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:22:05 CST 2018]; root of context hierarchy |
| 2237 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2237 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2237 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2238 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2238 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2238 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2238 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2239 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2239 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2239 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2239 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2240 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2240 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2240 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2241 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2241 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2241 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2241 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2242 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2242 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2242 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2243 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2243 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2244 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2244 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2245 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2245 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2245 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2246 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2246 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2246 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2247 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2247 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2247 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2247 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2248 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2248 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2248 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2249 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2249 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2249 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2250 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2250 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2250 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2251 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2251 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2251 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2251 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2252 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2252 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2252 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2253 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2253 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2253 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2253 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2253 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2253 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2254 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2254 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2254 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2255 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2255 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2255 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2255 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2255 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2256 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2256 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2256 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2256 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2256 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2257 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2257 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2257 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2257 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2257 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2257 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2258 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2258 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2258 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2258 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2258 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2259 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2259 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2260 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2260 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2260 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2276 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2276 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2281 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2313 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@16c63f5] |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2316 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2317 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2317 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 10 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 12 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:23:03 CST 2018]; root of context hierarchy |
| 46 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 47 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 47 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 59 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 74 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 101 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 108 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 111 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 165 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 174 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 185 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 197 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 219 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 240 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 240 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 241 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 247 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 252 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 253 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 255 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 256 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 258 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 260 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 261 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 262 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 263 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 264 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 267 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 272 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 308 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 310 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 311 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 312 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 313 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 315 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 317 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 318 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 320 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 321 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 322 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 323 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 323 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 324 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 336 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 338 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 339 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 340 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 341 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 342 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 343 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 344 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 345 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 346 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 348 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 349 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 350 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 351 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 381 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 396 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 398 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 400 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 410 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 416 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 426 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 461 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 462 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 495 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 496 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 498 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 498 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 499 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 500 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 500 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: org.springframework.beans.factory.support.DefaultListableBeanFactory@38c59b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 747 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 777 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 777 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 778 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 864 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 865 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 866 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 868 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 869 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 870 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 871 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 909 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 910 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 910 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 910 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 911 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 911 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 912 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 913 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 913 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 914 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 914 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 915 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 915 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 916 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 917 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 917 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 917 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 918 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 919 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 920 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 920 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 921 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 922 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 922 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 923 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 924 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 924 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 925 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 928 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 928 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 929 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 930 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 930 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 946 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 946 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 946 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 947 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 948 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 951 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 957 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 962 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1238 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1248 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1259 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1270 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1278 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1286 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1317 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1371 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1378 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1387 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1398 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1405 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1414 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1419 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1423 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1423 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1423 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1424 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1425 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1426 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1427 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1427 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1428 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1428 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1428 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1431 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1432 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1432 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1433 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1434 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1434 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1435 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1435 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1436 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1436 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1438 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1438 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1438 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1438 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1438 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1439 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1439 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1439 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1439 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1439 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1440 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1440 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1440 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1444 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1445 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1446 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1447 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1447 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1447 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1448 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1454 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1455 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1455 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1493 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1554c5f] |
| 1495 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13d4a8c] |
| 1497 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@38c59b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1498 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1498 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1499 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1520 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1523 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1550 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1550 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1554 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1573 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1577 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1577 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1582 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1610 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1613 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1622 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1625 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1627 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1666 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1670 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1672 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1674 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1682 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1685 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1690 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1693 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1697 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1699 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1704 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1706 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1712 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1714 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1719 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1722 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1728 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1734 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1737 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1739 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1742 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1746 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1756 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1758 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1765 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1769 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c9876b' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1969 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1969 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1977 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c9876b' |
| 1986 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 1987 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1990 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 1993 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 1993 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1993 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1999 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:23:03 CST 2018]; root of context hierarchy |
| 2014 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2017 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2020 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2020 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2043 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2046 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2050 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2054 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2074 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2131 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c726ee' |
| 2157 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2157 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c726ee' |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2168 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2174 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2174 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2177 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64' |
| 2177 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f' |
| 2178 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2179 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f' |
| 2179 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e' |
| 2181 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2181 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e' |
| 2181 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70' |
| 2185 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70' |
| 2186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2194 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2195 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2195 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#139d019' |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#139d019' |
| 2202 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2203 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:23:03 CST 2018]; root of context hierarchy |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2233 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#55299e' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c726ee#1' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2237 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2237 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c726ee#1' |
| 2237 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2242 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2242 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2243 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2244 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2244 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2245 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#1' |
| 2246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#1' |
| 2246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#1' |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#1' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e#1' |
| 2250 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2250 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e#1' |
| 2251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70#1' |
| 2252 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2252 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70#1' |
| 2253 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2255 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2255 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#139d019#1' |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#139d019#1' |
| 2257 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#55299e' |
| 2257 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:23:03 CST 2018]; root of context hierarchy |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2260 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#55299e' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2268 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2276 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2276 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2277 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#2' |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#2' |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#2' |
| 2281 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2282 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#2' |
| 2282 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e#2' |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e#2' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70#2' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70#2' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#139d019#2' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#139d019#2' |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2290 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:23:03 CST 2018]; root of context hierarchy |
| 2293 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2293 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2293 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2293 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2299 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2309 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:23:03 CST 2018]; root of context hierarchy |
| 2310 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2310 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2310 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2310 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2310 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2311 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2311 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2311 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2311 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2311 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2312 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2312 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2312 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2312 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2312 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2312 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2313 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2313 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2313 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2313 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2313 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2314 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2314 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2314 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2314 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2314 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2315 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2315 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2315 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2315 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2315 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2316 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2316 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2316 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2316 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2316 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2317 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2317 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2317 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2317 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2317 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2317 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2318 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2318 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2318 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2318 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2318 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2319 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2319 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2319 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2319 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2319 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2320 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2320 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2320 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2320 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2320 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2320 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2321 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2321 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2321 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2321 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2321 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2322 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2322 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2323 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2323 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2323 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2323 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2323 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2324 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2324 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2324 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2324 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2324 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2325 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2325 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2325 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2325 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2325 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2326 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2326 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2326 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2349 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2386 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@16c63f5] |
| 2387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2390 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2390 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2391 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 11 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:23:39 CST 2018]; root of context hierarchy |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 59 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 75 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 103 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 109 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 112 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 171 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 178 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 185 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 198 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 220 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 247 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 248 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 248 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 258 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 263 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 264 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 266 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 268 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 272 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 275 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 276 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 278 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 279 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 281 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 285 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 291 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 330 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 332 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 333 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 334 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 335 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 338 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 339 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 340 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 341 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 342 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 342 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 343 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 344 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 345 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 360 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 363 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 364 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 366 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 367 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 369 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 371 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 373 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 375 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 376 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 379 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 380 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 381 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 382 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 420 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 438 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 440 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 444 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 459 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 466 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 474 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 503 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 504 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 531 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 532 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 532 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 533 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 533 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 534 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 535 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: org.springframework.beans.factory.support.DefaultListableBeanFactory@38c59b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 785 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 817 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 817 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 818 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 918 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 919 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 920 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 921 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 923 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 924 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 924 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 961 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 965 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 965 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 972 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 972 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 978 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 978 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 979 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 979 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 980 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 980 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 981 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 982 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 982 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 983 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 983 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 984 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 985 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 985 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 986 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 986 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 987 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 987 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 988 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 988 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 989 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 990 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 990 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 991 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 991 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 991 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 992 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 992 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 993 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 993 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 994 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 994 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 995 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 996 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 998 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 999 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1000 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1000 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1001 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1002 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1003 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1003 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1004 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1005 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1005 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1006 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1007 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1007 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1012 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1381 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1393 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1404 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1414 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1423 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1433 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1467 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1521 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1529 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1541 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1558 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1565 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1575 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1582 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1583 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1586 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1586 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1587 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1588 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1589 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1590 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1591 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1591 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1591 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1592 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1592 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1593 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1593 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1594 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1594 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1595 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1596 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1596 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1597 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1597 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1598 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1599 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1600 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1600 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1600 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1600 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1600 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1601 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1601 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1603 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1603 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1603 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1604 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1604 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1648 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1554c5f] |
| 1650 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13d4a8c] |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@38c59b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1676 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1704 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1705 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1708 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1766 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1769 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1779 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1781 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1785 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1827 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1830 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1832 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1836 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1843 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1845 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1850 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1850 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1852 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1858 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1861 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1868 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1871 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1877 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1880 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1886 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1888 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1893 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1896 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1899 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1905 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1905 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1909 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1910 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1913 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1915 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1917 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1921 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1925 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1927 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1930 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1930 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1930 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1942 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1942 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1951 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1951 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1951 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1952 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1954 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1956 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1956 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1963 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1977 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1977 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1990 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2012 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2013 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c9876b' |
| 2018 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2141 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c9876b' |
| 2148 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2149 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2151 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2151 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2155 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2155 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2156 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2156 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2157 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2157 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2157 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2157 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2159 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2160 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2160 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2161 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2162 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2162 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2162 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:23:39 CST 2018]; root of context hierarchy |
| 2177 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2179 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2181 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2182 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2197 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2204 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2208 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2211 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2215 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2237 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2239 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2313 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c726ee' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c726ee' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64' |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f' |
| 2361 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2361 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e' |
| 2366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2367 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e' |
| 2367 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70' |
| 2374 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2374 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70' |
| 2375 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#139d019' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#139d019' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2393 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:23:39 CST 2018]; root of context hierarchy |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2423 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2424 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2424 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2425 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#55299e' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c726ee#1' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c726ee#1' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2440 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2440 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2441 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2441 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#1' |
| 2444 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2445 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#1' |
| 2445 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#1' |
| 2447 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2447 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#1' |
| 2448 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e#1' |
| 2449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e#1' |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70#1' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70#1' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#139d019#1' |
| 2457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#139d019#1' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#55299e' |
| 2459 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:23:39 CST 2018]; root of context hierarchy |
| 2460 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2462 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#55299e' |
| 2462 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2462 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2463 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2463 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2463 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2463 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2466 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2472 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2473 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2475 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2475 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2477 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#2' |
| 2477 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2478 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#2' |
| 2478 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#2' |
| 2479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#2' |
| 2480 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e#2' |
| 2480 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2481 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e#2' |
| 2481 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70#2' |
| 2482 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2482 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70#2' |
| 2482 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2484 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2484 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2485 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#139d019#2' |
| 2485 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#139d019#2' |
| 2487 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2487 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:23:39 CST 2018]; root of context hierarchy |
| 2490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2493 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2493 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2493 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2494 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2494 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2496 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2496 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2497 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2497 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2498 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2506 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:23:39 CST 2018]; root of context hierarchy |
| 2507 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2507 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2507 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2507 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2507 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2508 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2508 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2508 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2508 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2508 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2509 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2509 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2509 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2509 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2509 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2510 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2510 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2510 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2510 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2510 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2510 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2511 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2511 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2511 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2511 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2511 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2512 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2512 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2512 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2512 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2512 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2512 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2513 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2513 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2513 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2513 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2513 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2513 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2514 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2514 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2514 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2514 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2514 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2515 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2515 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2515 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2515 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2515 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2515 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2516 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2516 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2516 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2516 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2516 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2516 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2517 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2517 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2517 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2517 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2517 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2517 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2518 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2518 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2518 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2518 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2518 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2518 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2519 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2519 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2519 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2519 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2519 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2519 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2520 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2520 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2520 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2520 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2520 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2520 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2521 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2521 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2521 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2521 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2528 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2529 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2563 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2563 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2591 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@16c63f5] |
| 2591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2595 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2595 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2596 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 8 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 10 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:24:50 CST 2018]; root of context hierarchy |
| 47 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 47 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 48 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 60 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 75 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 109 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 116 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 119 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 167 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 172 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 178 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 193 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 213 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 237 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 239 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 240 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 249 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 255 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 256 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 260 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 262 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 264 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 266 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 267 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 267 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 269 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 270 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 276 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 283 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 324 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 325 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 326 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 327 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 328 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 329 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 330 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 331 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 332 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 333 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 333 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 334 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 335 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 336 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 346 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 348 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 349 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 350 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 351 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 352 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 354 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 355 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 356 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 358 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 360 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 361 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 362 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 363 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 395 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 411 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 412 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 414 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 426 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 432 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 440 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 484 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 485 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 502 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 502 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 503 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 504 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 504 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 505 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 506 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: org.springframework.beans.factory.support.DefaultListableBeanFactory@38c59b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 748 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 780 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 780 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 782 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 879 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 880 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 881 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 883 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 885 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 886 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 887 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 946 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 947 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 947 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 948 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 951 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 959 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 960 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 961 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 962 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 963 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 964 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 965 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 965 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 966 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 967 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 968 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 969 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 970 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 971 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 972 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 976 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 976 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 977 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 978 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 979 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 979 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 980 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 981 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 981 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 982 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 983 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 983 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 984 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 984 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 985 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 986 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 986 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 992 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1270 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1279 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1290 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1309 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1317 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1325 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1350 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1400 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1408 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1416 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1428 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1435 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1444 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1452 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1455 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1456 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1456 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1457 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1458 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1458 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1459 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1462 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1463 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1463 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1464 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1464 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1465 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1465 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1466 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1466 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1467 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1467 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1468 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1468 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1469 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1470 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1471 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1471 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1471 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1471 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1472 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1472 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1472 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1472 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1472 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1472 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1473 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1473 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1477 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1477 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1477 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1478 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1479 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1480 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1487 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1487 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1488 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1488 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1489 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1489 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1489 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1519 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1554c5f] |
| 1522 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13d4a8c] |
| 1524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@38c59b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1530 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1544 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1546 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1547 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1563 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1564 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1567 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1568 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1576 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1577 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1580 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1584 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1609 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1615 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1644 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1647 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1655 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1658 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1661 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1694 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1696 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1697 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1699 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1706 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1707 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1711 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1713 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1717 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1719 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1723 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1726 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1731 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1734 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1739 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1741 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1750 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1751 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1756 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1759 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1765 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1768 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1776 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1779 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1784 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1786 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c9876b' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c9876b' |
| 2013 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2013 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2020 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2020 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2020 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2023 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2024 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2025 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2025 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2025 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2025 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2026 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:24:50 CST 2018]; root of context hierarchy |
| 2040 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2042 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2060 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2068 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2080 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2084 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2088 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2093 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2115 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2194 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c726ee' |
| 2200 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2202 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2203 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c726ee' |
| 2203 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2215 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64' |
| 2227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f' |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70' |
| 2240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70' |
| 2240 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2250 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2250 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#139d019' |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#139d019' |
| 2257 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2258 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:24:50 CST 2018]; root of context hierarchy |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#55299e' |
| 2293 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c726ee#1' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c726ee#1' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#1' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#1' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#1' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#1' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e#1' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e#1' |
| 2307 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70#1' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70#1' |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#139d019#1' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#139d019#1' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#55299e' |
| 2312 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:24:50 CST 2018]; root of context hierarchy |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#55299e' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2318 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2318 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2318 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1eedb64#2' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1eedb64#2' |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1c7528f#2' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1c7528f#2' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#176ff4e#2' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#176ff4e#2' |
| 2343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70#2' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70#2' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#139d019#2' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#139d019#2' |
| 2349 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2349 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:24:50 CST 2018]; root of context hierarchy |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2358 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2359 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2367 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2368 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2368 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2369 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Tue Jul 24 09:24:50 CST 2018]; root of context hierarchy |
| 2369 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2370 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2371 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2372 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2373 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2374 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2375 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2376 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2377 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2378 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2379 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2380 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2381 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2382 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2383 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2384 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2403 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2445 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@16c63f5] |
| 2445 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2447 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2449 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2449 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2449 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2459 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2464 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@de6747] was not registered for synchronization because synchronization is not active |
| 2479 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2480 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2485 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: select p.*,pi.productImagePath,sum(pt.restQuantity) from product p inner join productImagePath pi on pi.productId = p.productId inner join productType pt on pt.productId = p.productId group by p.productId order by productId asc limit ?,? |
| 2517 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 5(Integer), 5(Integer) |
| 2775 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 2777 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 2778 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 2779 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] |
| 2782 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 2785 | main | DEBUG | org.springframework.beans.factory.xml.BeansDtdResolver | Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd |
| 2810 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 2815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'DB2' |
| 2816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'DB2' |
| 2816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'DB2' to allow for resolving potential circular references |
| 2819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'DB2' |
| 2820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Derby' |
| 2820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Derby' |
| 2820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Derby' to allow for resolving potential circular references |
| 2821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Derby' |
| 2822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'H2' |
| 2822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'H2' |
| 2823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'H2' to allow for resolving potential circular references |
| 2823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'H2' |
| 2823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'HSQL' |
| 2824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'HSQL' |
| 2824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'HSQL' to allow for resolving potential circular references |
| 2824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'HSQL' |
| 2824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Informix' |
| 2825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Informix' |
| 2825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Informix' to allow for resolving potential circular references |
| 2826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Informix' |
| 2826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MS-SQL' |
| 2826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MS-SQL' |
| 2826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references |
| 2827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MS-SQL' |
| 2827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MySQL' |
| 2827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MySQL' |
| 2827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MySQL' to allow for resolving potential circular references |
| 2828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MySQL' |
| 2828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Oracle' |
| 2828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Oracle' |
| 2828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Oracle' to allow for resolving potential circular references |
| 2865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Oracle' |
| 2866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'PostgreSQL' |
| 2866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'PostgreSQL' |
| 2866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references |
| 2866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'PostgreSQL' |
| 2867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Sybase' |
| 2867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Sybase' |
| 2867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Sybase' to allow for resolving potential circular references |
| 2868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Sybase' |
| 2868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Hana' |
| 2868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Hana' |
| 2869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Hana' to allow for resolving potential circular references |
| 2869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Hana' |
| 2869 | main | INFO | org.springframework.jdbc.support.SQLErrorCodesFactory | SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase, Hana] |
| 2870 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Looking up default SQLErrorCodes for DataSource [org.apache.commons.dbcp.BasicDataSource@178213b] |
| 2873 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2887 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| 2888 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Database product name cached for DataSource [org.apache.commons.dbcp.BasicDataSource@178213b]: name is 'MySQL' |
| 2890 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | SQL error codes for 'MySQL' found |
| 2891 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator | Translating SQLException with SQL state '42S02', error code '1146', message [Table 'shopping.productimagepath' doesn't exist]; SQL was [] for task [ ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'shopping.productimagepath' doesn't exist ### The error may exist in file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml] ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: select p.*,pi.productImagePath,sum(pt.restQuantity) from product p inner join productImagePath pi on pi.productId = p.productId inner join productType pt on pt.productId = p.productId group by p.productId order by productId asc limit ?,? ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'shopping.productimagepath' doesn't exist ] |
| 2891 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@de6747] |
| 2892 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 40 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 41 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 47 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:28:14 CST 2018]; root of context hierarchy |
| 112 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 113 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 113 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 133 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 155 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 194 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 206 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 208 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 259 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 264 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 272 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 286 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 305 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 328 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 329 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 329 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 344 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 350 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 351 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 355 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 358 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 360 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 363 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 364 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 365 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 367 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 370 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 375 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 381 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 431 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 433 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 434 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 436 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 437 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 439 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 441 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 441 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 443 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 445 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 446 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 447 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 448 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 449 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 471 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 472 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 474 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 476 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 478 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 480 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 481 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 483 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 486 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 487 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 489 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 490 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 492 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 493 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 536 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 558 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 560 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 562 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 573 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 579 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 587 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 634 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 635 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 653 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 654 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 655 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 655 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 655 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 656 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 656 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 949 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 949 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 960 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 983 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 990 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 990 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 992 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 993 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 1070 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 1071 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 1072 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 1073 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 1075 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 1076 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1076 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1116 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1117 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1118 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1119 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1119 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1120 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1120 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1121 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1122 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1122 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1123 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1124 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1125 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1125 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1126 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1126 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1127 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1127 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1128 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1129 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1130 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1131 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1132 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1132 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1133 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1133 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1134 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1139 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1140 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1141 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1141 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1142 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1143 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1144 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1144 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1145 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1145 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1146 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1146 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1147 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1147 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1148 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1148 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1149 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1150 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1150 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1150 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1152 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1152 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1153 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1153 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1154 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1154 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1155 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1156 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1156 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1157 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1157 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1158 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1158 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1159 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1160 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1161 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1161 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1162 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1163 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1163 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1164 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1165 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1166 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1167 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1167 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1169 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1170 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1170 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1176 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1706 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1716 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1726 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1736 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1753 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1763 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1785 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1837 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1843 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1852 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1863 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1871 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1882 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1890 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1894 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1894 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1895 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1896 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1897 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1898 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1899 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1899 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1900 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1900 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1901 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1902 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1904 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1905 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1905 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1906 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1906 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1907 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1907 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1908 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1908 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1909 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1910 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1910 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1910 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1910 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1911 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1911 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1911 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1911 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1912 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1912 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1912 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1913 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1917 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1926 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1943 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1957 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1959 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1963 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1970 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1981 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1983 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1983 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1986 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1986 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1987 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1987 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1990 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1990 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1993 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1993 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 2007 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 2007 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 2009 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 2010 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 2013 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 2013 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 2013 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 2036 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 2036 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 2036 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 2039 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 2040 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 2040 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 2042 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 2042 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 2042 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 2045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 2045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2046 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 2046 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 2047 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 2048 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2049 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 2050 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 2050 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 2051 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 2051 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 2052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 2052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 2054 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2054 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 2055 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 2055 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 2055 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 2059 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 2059 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2060 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 2061 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 2061 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 2062 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 2062 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 2063 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2063 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 2067 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 2068 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 2071 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 2072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2078 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 2081 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 2083 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 2086 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2095 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 2102 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 2106 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2107 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 2107 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 2107 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 2110 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2110 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 2111 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 2111 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 2112 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2118 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 2118 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 2121 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2121 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 2122 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 2122 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 2122 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 2124 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2124 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 2125 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 2125 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 2126 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 2126 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 2128 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 2129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 2129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 2129 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 2131 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 2132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2135 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2135 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 2136 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2136 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 2137 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 2137 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 2137 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 2138 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 2139 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 2140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2142 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2143 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2144 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 2144 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 2144 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 2145 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2146 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 2148 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2149 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2150 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2151 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 2153 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2153 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 2155 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2156 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2157 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2159 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2159 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 2160 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 2160 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 2161 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2161 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 2163 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2164 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2165 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2165 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 2166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 2166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 2167 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 2169 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2170 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 2174 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 2174 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 2175 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2175 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 2178 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2179 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2180 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2182 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 2184 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 2185 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2185 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 2190 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2194 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2195 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 2195 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 2197 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2197 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 2200 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2202 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 2205 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 2208 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2209 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2213 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 2214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 2214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 2215 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2215 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 2217 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2218 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2221 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 2221 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 2221 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 2222 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 2223 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 2226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 2226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 2227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2232 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2235 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 2243 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2250 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 2250 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2250 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2257 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2257 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2257 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 2264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 2265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 2273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 2276 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2276 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2429 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2436 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2446 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2447 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2455 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2455 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2456 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2457 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2463 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2463 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2465 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:28:14 CST 2018]; root of context hierarchy |
| 2488 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2491 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2493 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2494 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2494 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2494 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2494 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2497 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2521 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2526 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2531 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2536 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2561 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2562 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2697 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:28:14 CST 2018]; root of context hierarchy |
| 2725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2755 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:28:14 CST 2018]; root of context hierarchy |
| 2757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2785 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:28:14 CST 2018]; root of context hierarchy |
| 2787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2805 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:28:14 CST 2018]; root of context hierarchy |
| 2805 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2805 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2805 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2806 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2806 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2806 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2806 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2806 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2806 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2807 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2807 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2807 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2807 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2807 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2808 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2808 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2808 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2808 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2808 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2808 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2809 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2809 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2809 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2809 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2810 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2810 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2810 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2810 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2810 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2811 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2811 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2811 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2811 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2811 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2811 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2812 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2812 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2812 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2812 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2812 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2812 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2813 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2813 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2813 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2813 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2813 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2813 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2814 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2814 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2814 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2814 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2814 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2814 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2815 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2815 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2815 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2815 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2815 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2815 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2816 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2816 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2816 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2817 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2817 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2817 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2817 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2817 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2817 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2818 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2818 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2818 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2818 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2818 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2818 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2819 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2819 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2819 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2819 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2819 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2820 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2820 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2820 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2820 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2852 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2907 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2913 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2914 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2914 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2917 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2933 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2939 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] was not registered for synchronization because synchronization is not active |
| 2950 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2951 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2956 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: select p.*,pi.productImagePath,sum(pt.restQuantity) from product p inner join productImagePath pi on pi.productId = p.productId inner join productType pt on pt.productId = p.productId group by p.productId order by productId asc limit ?,? |
| 2990 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 5(Integer), 5(Integer) |
| 3056 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 3056 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 3057 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 3058 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] |
| 3060 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 3062 | main | DEBUG | org.springframework.beans.factory.xml.BeansDtdResolver | Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd |
| 3110 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 3119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'DB2' |
| 3120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'DB2' |
| 3120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'DB2' to allow for resolving potential circular references |
| 3125 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'DB2' |
| 3125 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Derby' |
| 3126 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Derby' |
| 3126 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Derby' to allow for resolving potential circular references |
| 3127 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Derby' |
| 3128 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'H2' |
| 3128 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'H2' |
| 3128 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'H2' to allow for resolving potential circular references |
| 3129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'H2' |
| 3129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'HSQL' |
| 3130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'HSQL' |
| 3130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'HSQL' to allow for resolving potential circular references |
| 3130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'HSQL' |
| 3131 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Informix' |
| 3131 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Informix' |
| 3131 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Informix' to allow for resolving potential circular references |
| 3131 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Informix' |
| 3132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MS-SQL' |
| 3132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MS-SQL' |
| 3133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references |
| 3133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MS-SQL' |
| 3134 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MySQL' |
| 3135 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MySQL' |
| 3136 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MySQL' to allow for resolving potential circular references |
| 3137 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MySQL' |
| 3137 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Oracle' |
| 3138 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Oracle' |
| 3138 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Oracle' to allow for resolving potential circular references |
| 3139 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Oracle' |
| 3139 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'PostgreSQL' |
| 3140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'PostgreSQL' |
| 3140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references |
| 3141 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'PostgreSQL' |
| 3141 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Sybase' |
| 3141 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Sybase' |
| 3142 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Sybase' to allow for resolving potential circular references |
| 3142 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Sybase' |
| 3143 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Hana' |
| 3143 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Hana' |
| 3143 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Hana' to allow for resolving potential circular references |
| 3144 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Hana' |
| 3145 | main | INFO | org.springframework.jdbc.support.SQLErrorCodesFactory | SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase, Hana] |
| 3145 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Looking up default SQLErrorCodes for DataSource [org.apache.commons.dbcp.BasicDataSource@1f05988] |
| 3148 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 3220 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| 3221 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Database product name cached for DataSource [org.apache.commons.dbcp.BasicDataSource@1f05988]: name is 'MySQL' |
| 3222 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | SQL error codes for 'MySQL' found |
| 3223 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator | Translating SQLException with SQL state '42S02', error code '1146', message [Table 'shopping.productimagepath' doesn't exist]; SQL was [] for task [ ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'shopping.productimagepath' doesn't exist ### The error may exist in file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml] ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: select p.*,pi.productImagePath,sum(pt.restQuantity) from product p inner join productImagePath pi on pi.productId = p.productId inner join productType pt on pt.productId = p.productId group by p.productId order by productId asc limit ?,? ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'shopping.productimagepath' doesn't exist ] |
| 3223 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] |
| 3224 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 10 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 12 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:29:40 CST 2018]; root of context hierarchy |
| 46 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 46 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 47 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 59 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 76 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 104 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 112 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 114 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 146 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 152 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 162 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 173 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 192 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 215 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 216 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 216 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 230 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 235 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 236 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 239 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 241 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 243 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 245 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 247 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 247 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 249 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 251 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 256 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 263 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 309 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 310 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 311 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 314 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 315 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 317 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 318 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 319 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 321 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 322 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 323 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 324 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 326 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 327 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 343 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 345 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 347 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 349 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 350 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 351 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 353 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 355 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 356 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 357 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 359 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 360 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 361 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 363 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 399 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 416 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 417 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 420 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 435 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 443 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 453 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 501 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 502 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 521 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 522 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 523 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 523 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 524 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 525 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 525 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 767 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 793 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 793 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 794 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 872 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 873 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 874 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 874 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 875 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 876 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 876 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 908 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 908 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 909 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 909 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 910 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 910 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 911 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 911 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 912 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 912 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 913 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 913 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 914 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 914 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 915 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 916 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 916 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 916 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 917 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 918 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 918 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 919 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 919 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 920 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 921 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 921 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 922 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 923 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 926 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 926 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 927 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 927 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 928 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 928 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 929 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 929 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 930 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 931 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 932 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 933 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 934 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 935 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 936 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 937 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 938 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 939 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 940 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 941 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 942 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 943 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 944 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 945 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 946 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 947 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 948 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 949 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 950 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 951 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 952 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 955 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 957 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 967 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1305 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1315 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1326 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1336 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1353 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1362 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1383 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1452 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1462 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1480 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1493 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1504 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1514 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1523 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1528 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1528 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1528 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1530 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1530 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1531 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1532 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1532 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1535 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1535 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1536 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1536 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1537 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1537 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1538 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1538 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1539 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1539 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1540 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1540 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1541 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1542 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1543 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1543 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1543 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1544 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1544 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1544 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1544 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1544 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1545 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1545 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1545 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1545 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1559 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1560 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1589 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1591 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1601 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1617 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1640 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1648 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1649 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1653 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1698 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1700 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1711 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1714 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1725 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1728 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1731 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1744 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1770 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1773 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1775 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1777 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1785 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1787 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1792 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1794 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1799 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1802 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1806 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1808 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1812 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1815 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1820 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1823 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1830 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1830 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1834 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1837 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1839 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1841 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1846 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1848 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1850 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1853 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1856 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1859 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1866 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1868 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1955 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1980 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1983 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1984 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1987 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 1987 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1991 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2106 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2107 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2109 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2110 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2112 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2112 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2113 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2113 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2115 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2118 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2118 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2119 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:29:40 CST 2018]; root of context hierarchy |
| 2134 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2137 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2139 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2140 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2143 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2148 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2154 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2163 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2167 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2172 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2178 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2338 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:29:40 CST 2018]; root of context hierarchy |
| 2363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2367 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2373 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2380 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2380 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2381 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2381 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2381 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2396 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2396 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:29:40 CST 2018]; root of context hierarchy |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2410 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2411 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2413 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2413 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2414 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2414 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2424 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2425 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2425 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2426 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2427 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2429 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:29:40 CST 2018]; root of context hierarchy |
| 2432 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2436 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2436 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2441 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2450 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:29:40 CST 2018]; root of context hierarchy |
| 2450 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2451 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2451 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2451 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2451 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2451 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2452 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2452 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2452 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2452 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2452 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2452 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2453 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2453 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2453 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2453 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2454 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2454 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2454 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2454 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2454 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2455 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2455 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2455 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2456 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2456 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2461 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2461 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2461 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2461 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2461 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2462 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2462 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2462 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2463 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2463 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2463 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2464 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2464 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2464 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2464 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2464 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2465 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2465 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2465 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2465 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2465 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2466 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2466 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2466 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2466 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2466 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2467 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2467 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2467 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2467 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2467 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2467 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2468 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2468 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2469 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2469 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2469 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2472 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2473 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2473 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2481 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2485 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2492 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2499 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2525 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2528 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2529 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2530 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2530 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2549 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2555 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] was not registered for synchronization because synchronization is not active |
| 2570 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2571 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2576 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: select p.*,pi.productImagePath,sum(pt.restQuantity) from product p inner join productImage pi on pi.productId = p.productId inner join productType pt on pt.productId = p.productId group by p.productId order by productId asc limit ?,? |
| 2622 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 5(Integer), 5(Integer) |
| 2838 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | <== Total: 0 |
| 2839 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] |
| 2839 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 8 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 9 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 11 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:30:36 CST 2018]; root of context hierarchy |
| 46 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 46 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 46 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 57 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 72 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 102 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 115 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 117 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 175 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 180 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 189 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 201 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 221 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 242 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 243 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 243 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 257 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 262 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 264 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 268 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 341 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 346 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 351 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 354 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 356 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 361 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 363 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 370 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 376 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 414 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 415 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 417 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 418 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 420 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 422 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 423 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 424 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 425 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 426 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 426 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 427 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 428 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 429 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 443 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 445 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 446 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 448 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 449 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 451 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 453 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 454 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 455 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 457 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 459 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 460 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 460 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 462 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 494 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 513 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 514 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 516 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 528 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 536 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 544 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 583 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 584 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 598 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 599 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 599 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 600 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 600 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 601 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 601 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 852 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 882 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 883 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 884 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 973 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 974 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 975 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 976 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 977 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 977 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 978 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1009 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1010 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1010 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1010 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1011 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1011 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1012 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1012 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1013 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1013 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1014 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1014 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1014 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1015 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1015 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1015 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1016 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1016 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1017 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1017 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1018 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1018 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1019 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1019 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1020 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1020 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1020 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1021 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1022 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1025 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1025 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1026 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1026 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1027 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1028 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1029 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1030 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1031 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1031 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1032 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1034 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1034 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1035 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1036 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1036 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1037 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1037 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1038 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1038 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1039 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1039 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1040 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1041 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1041 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1042 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1043 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1043 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1044 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1044 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1045 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1046 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1047 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1047 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1048 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1049 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1050 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1051 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1052 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1053 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1054 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1055 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1056 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1057 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1058 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1059 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1060 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1064 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1337 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1346 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1356 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1366 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1383 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1391 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1412 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1464 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1473 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1481 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1493 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1499 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1508 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1514 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1518 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1519 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1519 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1520 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1520 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1522 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1522 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1523 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1523 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1524 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1526 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1527 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1527 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1528 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1528 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1529 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1529 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1530 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1530 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1531 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1531 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1533 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1533 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1533 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1533 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1534 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1534 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1534 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1534 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1534 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1535 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1535 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1535 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1535 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1551 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1554 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1571 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1584 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1586 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1608 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1613 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1635 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1636 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1639 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1665 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1672 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1677 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1678 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1685 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1688 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1693 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1697 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1698 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1699 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1701 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1711 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1713 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1716 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1751 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1755 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1757 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1758 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1759 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1759 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1761 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1767 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1769 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1772 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1773 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1777 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1779 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1784 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1786 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1790 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1793 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1797 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1800 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1802 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1804 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1805 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1811 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1816 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1821 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1824 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1828 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1830 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1836 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1838 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1842 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1844 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1855 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1888 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1930 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1930 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1942 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1947 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 1948 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1948 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1949 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 1953 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2067 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2078 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2079 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2087 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2087 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2093 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:30:36 CST 2018]; root of context hierarchy |
| 2108 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2110 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2112 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2113 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2113 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2113 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2123 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2128 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2136 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2140 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2143 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2147 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2233 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2242 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2243 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2249 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2250 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2250 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2271 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2274 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2274 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2293 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2299 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2302 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:30:36 CST 2018]; root of context hierarchy |
| 2330 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2338 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2349 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2356 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2357 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2358 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:30:36 CST 2018]; root of context hierarchy |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2360 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2361 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2361 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2361 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2374 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2374 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2376 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2377 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2377 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2378 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2379 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2380 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2381 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2381 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2396 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2396 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:30:36 CST 2018]; root of context hierarchy |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2403 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2405 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2411 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2413 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2420 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:30:36 CST 2018]; root of context hierarchy |
| 2421 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2421 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2421 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2421 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2421 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2422 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2422 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2422 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2422 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2422 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2423 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2423 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2423 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2423 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2423 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2424 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2424 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2424 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2424 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2424 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2425 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2425 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2425 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2425 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2425 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2426 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2426 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2426 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2426 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2426 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2427 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2427 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2427 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2427 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2427 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2427 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2428 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2428 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2428 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2429 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2429 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2429 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2429 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2429 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2429 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2430 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2430 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2430 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2430 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2430 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2430 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2431 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2431 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2431 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2431 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2431 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2431 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2432 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2432 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2432 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2432 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2432 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2432 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2433 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2433 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2433 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2433 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2433 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2434 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2434 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2434 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2434 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2434 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2434 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2435 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2435 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2435 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2435 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2436 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2436 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2436 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2436 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2436 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2436 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2439 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2440 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2440 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2440 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2440 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2452 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2459 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2469 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2469 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2469 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2469 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2469 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2470 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2491 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2493 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2494 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2495 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2495 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2497 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2511 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2516 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] was not registered for synchronization because synchronization is not active |
| 2529 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2530 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2536 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: select p.*,pi.productImagePath,sum(pt.restQuantity) from product p inner join productImage pi on pi.productId = p.productId inner join productType pt on pt.productId = p.productId group by p.productId order by productId asc limit ?,? |
| 2579 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 0(Integer), 5(Integer) |
| 2716 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | <== Total: 2 |
| 2718 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] |
| 2718 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 79 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 81 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 87 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:34:54 CST 2018]; root of context hierarchy |
| 176 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 177 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 177 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 192 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 216 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 253 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 263 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 265 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 313 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 320 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 329 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 343 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 364 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 388 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 389 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 390 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 406 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 413 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 414 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 417 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 419 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 422 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 424 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 425 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 427 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 429 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 430 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 436 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 444 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 493 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 495 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 496 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 497 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 499 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 502 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 503 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 504 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 505 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 507 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 508 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 511 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 512 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 514 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 533 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 535 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 537 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 538 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 540 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 541 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 545 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 546 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 548 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 549 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 553 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 554 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 555 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 556 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 604 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 631 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 633 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 635 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 653 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 665 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 679 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 728 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 729 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 747 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 748 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 749 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 750 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 750 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 751 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 752 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1013 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 1052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 1053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 1068 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 1073 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 1073 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 1074 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 1080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 1092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 1101 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 1102 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 1103 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 1153 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 1238 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 1238 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 1239 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 1240 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 1241 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 1241 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1241 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1276 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1276 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1277 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1277 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1278 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1278 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1278 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1279 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1279 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1280 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1280 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1281 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1281 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1281 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1282 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1282 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1283 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1283 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1284 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1284 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1284 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1285 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1286 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1286 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1287 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1288 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1288 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1289 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1292 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1292 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1293 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1294 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1294 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1295 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1296 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1296 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1297 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1297 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1298 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1298 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1299 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1299 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1300 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1301 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1301 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1302 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1302 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1303 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1304 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1305 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1305 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1306 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1307 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1308 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1310 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1311 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1312 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1312 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1313 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1313 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1314 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1315 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1316 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1317 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1318 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1319 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1320 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1321 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1322 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1322 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1323 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1324 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1326 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1327 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1328 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1329 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1335 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1705 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1716 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1727 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1737 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1755 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1764 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1787 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1841 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1849 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1858 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1870 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1877 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1885 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1891 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1895 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1895 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1895 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1897 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1897 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1898 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1899 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1900 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1903 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1903 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1904 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1904 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1905 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1905 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1906 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1906 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1906 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1907 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1907 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1908 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1909 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1911 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1911 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1911 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1911 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1912 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1912 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1912 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1913 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1913 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1913 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1913 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1914 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1914 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1919 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1924 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1933 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1951 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1966 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1969 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1971 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1973 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1979 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1980 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1985 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1985 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1993 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 2001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 2001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 2006 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 2008 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2009 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 2009 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 2010 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 2010 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 2012 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2013 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 2013 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 2016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 2024 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 2024 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 2028 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 2055 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 2055 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2059 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 2060 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 2061 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 2061 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 2062 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 2062 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2062 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 2063 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 2063 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 2067 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 2068 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 2069 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2070 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 2070 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 2070 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 2071 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 2072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 2072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 2073 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 2073 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 2073 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 2074 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 2074 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2074 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 2076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 2077 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 2077 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2078 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 2078 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 2078 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 2079 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 2079 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 2080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 2084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 2085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 2085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 2087 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 2087 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2087 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 2095 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 2095 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 2096 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 2097 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 2099 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 2101 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2113 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 2114 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 2117 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 2120 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 2121 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2123 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2124 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2126 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 2127 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 2130 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 2132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 2132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 2132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 2133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 2134 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2135 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 2135 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 2135 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 2136 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 2137 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2138 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 2138 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 2138 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 2138 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 2141 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2141 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 2142 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 2142 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 2144 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 2148 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2149 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 2149 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 2150 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 2150 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 2152 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 2153 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 2153 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 2155 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2155 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 2156 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 2156 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 2157 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 2161 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 2162 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 2162 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 2163 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 2163 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 2165 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 2166 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2168 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2170 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 2170 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 2171 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 2173 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 2173 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2175 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 2177 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 2177 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 2177 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2178 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 2179 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2180 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2181 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 2184 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 2184 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 2184 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2185 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 2187 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2188 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2189 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2190 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2190 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 2192 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2192 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 2194 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2195 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2197 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2197 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 2198 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 2198 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 2198 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 2200 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2203 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 2205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 2206 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 2208 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2208 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2210 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 2215 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 2221 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2222 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 2224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 2225 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 2227 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 2230 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 2231 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 2231 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2232 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 2233 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2236 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 2238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 2238 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 2239 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2241 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 2243 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2244 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2245 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2247 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 2247 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 2247 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 2248 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 2250 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2252 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2253 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2253 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2255 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2255 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 2258 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2258 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 2269 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 2272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 2273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 2273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2274 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2274 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 2278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2281 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2321 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2349 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2351 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2355 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2465 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2466 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2486 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2493 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2494 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2502 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2509 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2510 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2515 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:34:54 CST 2018]; root of context hierarchy |
| 2529 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2532 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2535 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2557 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2560 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2564 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2570 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2592 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2596 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2658 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2679 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2694 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2695 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2696 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2739 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:34:54 CST 2018]; root of context hierarchy |
| 2766 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2787 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2793 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:34:54 CST 2018]; root of context hierarchy |
| 2795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2798 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2823 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2830 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:34:54 CST 2018]; root of context hierarchy |
| 2832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2836 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2849 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:34:54 CST 2018]; root of context hierarchy |
| 2850 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2850 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2850 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2850 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2851 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2851 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2851 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2851 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2851 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2852 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2852 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2852 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2852 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2852 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2852 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2853 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2853 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2853 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2853 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2853 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2854 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2854 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2854 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2854 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2854 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2855 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2855 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2855 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2855 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2855 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2855 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2856 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2856 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2856 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2856 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2856 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2856 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2857 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2857 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2857 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2857 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2857 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2857 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2858 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2858 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2858 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2858 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2858 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2858 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2859 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2859 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2859 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2859 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2860 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2860 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2860 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2860 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2861 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2861 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2861 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2862 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2862 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2862 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2862 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2863 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2863 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2863 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2863 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2864 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2864 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2865 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2865 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2865 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2865 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2866 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2866 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2866 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2866 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2866 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2867 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2867 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2867 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2867 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2924 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2928 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2929 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2929 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2946 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2950 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] was not registered for synchronization because synchronization is not active |
| 3063 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 57 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 59 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 63 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:43:08 CST 2018]; root of context hierarchy |
| 113 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 114 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 114 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 125 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 141 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 181 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 193 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 196 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 246 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 252 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 263 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 279 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 297 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 320 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 320 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 321 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 331 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 336 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 336 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 339 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 342 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 343 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 345 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 346 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 347 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 348 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 349 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 353 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 359 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 400 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 401 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 402 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 403 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 404 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 407 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 408 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 409 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 410 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 411 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 412 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 413 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 413 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 415 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 428 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 430 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 431 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 432 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 433 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 434 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 437 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 439 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 441 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 442 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 444 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 445 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 446 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 447 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 480 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 499 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 501 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 503 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 516 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 522 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 531 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 571 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 572 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 589 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 590 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 590 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 591 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 591 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 592 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 592 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 838 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 843 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 859 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 868 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 869 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 870 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 953 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 954 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 956 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 957 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 958 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 959 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 999 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1000 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1001 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1001 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1002 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1002 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1003 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1003 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1004 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1004 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1005 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1006 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1006 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1007 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1007 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1008 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1008 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1008 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1009 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1010 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1010 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1011 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1012 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1013 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1014 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1015 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1015 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1016 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1019 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1020 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1021 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1022 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1023 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1024 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1025 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1026 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1027 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1028 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1028 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1029 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1029 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1029 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1030 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1031 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1031 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1032 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1032 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1033 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1033 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1034 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1034 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1035 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1035 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1036 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1037 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1037 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1037 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1038 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1039 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1039 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1040 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1041 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1041 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1042 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1043 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1043 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1044 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1045 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1045 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1046 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1047 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1048 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1048 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1049 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1050 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1050 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1057 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1362 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1371 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1381 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1391 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1410 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1420 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1442 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1496 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1504 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1513 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1527 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1533 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1541 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1548 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1551 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1551 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1552 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1553 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1553 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1555 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1558 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1558 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1559 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1559 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1560 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1560 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1561 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1561 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1562 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1562 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1563 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1563 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1564 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1564 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1565 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1566 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1566 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1567 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1567 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1567 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1567 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1568 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1568 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1568 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1568 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1568 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1569 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1569 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1575 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1577 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1588 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1589 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1605 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1618 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1621 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1644 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1664 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1667 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1674 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1674 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1676 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1677 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1680 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1702 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1703 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1706 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1707 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1708 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1709 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1710 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1711 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1726 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1739 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1742 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1752 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1755 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1759 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1760 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1762 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1763 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1764 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1765 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1768 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1770 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1771 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1774 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1775 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1776 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1782 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1789 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1792 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1797 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1799 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1800 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1802 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1803 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1805 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1813 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1815 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1819 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1820 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1823 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1824 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1825 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1827 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1828 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1830 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1831 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1832 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1833 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1834 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1834 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1835 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1837 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 1842 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 1844 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 1846 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 1847 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1848 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 1849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 1850 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 1850 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1851 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 1853 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 1854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 1856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 1858 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 1862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 1863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 1865 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 1867 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 1873 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 1875 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 1879 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 1881 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 1886 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 1890 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 1895 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 1897 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1904 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1909 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 1911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 1911 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 1928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 1928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1930 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 1936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 1943 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 1973 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 1979 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 1987 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2001 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2116 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2123 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2123 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2124 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2124 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2124 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2125 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2125 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2125 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2127 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2128 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2130 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:43:08 CST 2018]; root of context hierarchy |
| 2145 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2147 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2149 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2150 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2150 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2150 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2150 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2153 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2163 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2171 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2174 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2178 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2182 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2207 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2324 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2342 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:43:08 CST 2018]; root of context hierarchy |
| 2370 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2372 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2372 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2372 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2373 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2378 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2380 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2381 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2381 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2381 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2383 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2384 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2385 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2386 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2387 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2389 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2391 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2392 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2394 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2396 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2396 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:43:08 CST 2018]; root of context hierarchy |
| 2398 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2398 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2403 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2410 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2411 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2412 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2413 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2413 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2414 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2414 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2417 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2420 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2422 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2423 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2423 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2424 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2424 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:43:08 CST 2018]; root of context hierarchy |
| 2426 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2426 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2427 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2427 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2432 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2437 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2444 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:43:08 CST 2018]; root of context hierarchy |
| 2444 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2444 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2444 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2445 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2445 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2445 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2446 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2446 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2446 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2446 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2447 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2447 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2447 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2447 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2448 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2448 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2448 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2448 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2448 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2449 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2449 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2449 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2449 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2449 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2449 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2450 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2450 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2450 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2450 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2451 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2451 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2451 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2451 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2451 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2452 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2452 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2452 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2452 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2452 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2453 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2453 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2453 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2453 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2453 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2453 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2454 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2454 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2454 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2454 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2454 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2455 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2455 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2455 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2455 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2455 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2456 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2456 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2456 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2456 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2456 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2456 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2457 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2458 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2459 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2460 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2462 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2463 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2463 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2467 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2480 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2481 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2481 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2481 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2482 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2482 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2501 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2502 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2536 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2537 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2540 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2541 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2541 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2554 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2559 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] was not registered for synchronization because synchronization is not active |
| 2601 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2602 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2606 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: select p.*,pi.productImagePath,sum(pt.restQuantity) from product p inner join productImage pi on pi.productId = p.productId inner join productType pt on pt.productId = p.productId group by p.productId WHERE p.categoryThreeId = ? order by productId asc limit ?,? |
| 2681 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 2(Integer), 0(Integer), 5(Integer) |
| 2698 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 2698 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 2699 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 2700 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] |
| 2701 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 2703 | main | DEBUG | org.springframework.beans.factory.xml.BeansDtdResolver | Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd |
| 2711 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 2720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'DB2' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'DB2' |
| 2722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'DB2' to allow for resolving potential circular references |
| 2728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'DB2' |
| 2729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Derby' |
| 2730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Derby' |
| 2730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Derby' to allow for resolving potential circular references |
| 2731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Derby' |
| 2732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'H2' |
| 2732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'H2' |
| 2733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'H2' to allow for resolving potential circular references |
| 2733 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'H2' |
| 2734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'HSQL' |
| 2734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'HSQL' |
| 2735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'HSQL' to allow for resolving potential circular references |
| 2735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'HSQL' |
| 2736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Informix' |
| 2736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Informix' |
| 2737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Informix' to allow for resolving potential circular references |
| 2737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Informix' |
| 2738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MS-SQL' |
| 2738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MS-SQL' |
| 2739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references |
| 2740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MS-SQL' |
| 2740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'MySQL' |
| 2741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'MySQL' |
| 2741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'MySQL' to allow for resolving potential circular references |
| 2742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'MySQL' |
| 2742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Oracle' |
| 2743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Oracle' |
| 2743 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Oracle' to allow for resolving potential circular references |
| 2745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Oracle' |
| 2745 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'PostgreSQL' |
| 2746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'PostgreSQL' |
| 2746 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references |
| 2747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'PostgreSQL' |
| 2747 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Sybase' |
| 2748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Sybase' |
| 2748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Sybase' to allow for resolving potential circular references |
| 2749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Sybase' |
| 2749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'Hana' |
| 2749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'Hana' |
| 2749 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'Hana' to allow for resolving potential circular references |
| 2750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'Hana' |
| 2750 | main | INFO | org.springframework.jdbc.support.SQLErrorCodesFactory | SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase, Hana] |
| 2751 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Looking up default SQLErrorCodes for DataSource [org.apache.commons.dbcp.BasicDataSource@ab2d48] |
| 2753 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2851 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| 2852 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | Database product name cached for DataSource [org.apache.commons.dbcp.BasicDataSource@ab2d48]: name is 'MySQL' |
| 2854 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodesFactory | SQL error codes for 'MySQL' found |
| 2854 | main | DEBUG | org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator | Translating SQLException with SQL state '42000', error code '1064', message [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE p.categoryThreeId = 2 order by productId asc limit 0,5' at line 6]; SQL was [] for task [ ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE p.categoryThreeId = 2 order by productId asc limit 0,5' at line 6 ### The error may exist in file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml] ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: select p.*,pi.productImagePath,sum(pt.restQuantity) from product p inner join productImage pi on pi.productId = p.productId inner join productType pt on pt.productId = p.productId group by p.productId WHERE p.categoryThreeId = ? order by productId asc limit ?,? ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE p.categoryThreeId = 2 order by productId asc limit 0,5' at line 6 ] |
| 2856 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] |
| 2857 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 96 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 99 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 104 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:50:05 CST 2018]; root of context hierarchy |
| 163 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 164 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 165 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 180 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 203 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 246 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 259 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 262 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 314 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 320 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 329 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 344 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 366 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 387 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 388 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 389 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 404 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 411 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 412 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 418 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 424 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 427 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 432 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 434 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 436 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 438 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 439 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 443 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 450 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 503 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 505 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 507 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 508 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 510 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 513 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 514 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 516 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 517 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 519 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 521 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 522 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 523 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 524 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 549 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 551 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 554 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 556 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 557 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 559 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 560 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 562 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 563 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 565 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 568 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 569 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 570 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 571 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 625 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 644 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 646 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 650 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 666 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 673 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 684 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 763 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 764 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 783 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 784 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 784 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 785 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 785 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 786 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 787 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 864 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 1016 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1018 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 1045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 1045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 1061 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 1065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 1065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 1066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 1072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 1082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 1090 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 1090 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 1092 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 1093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 1175 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 1176 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 1178 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 1179 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 1181 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 1182 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1183 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1222 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1223 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1224 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1224 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1225 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1225 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1226 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1226 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1227 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1227 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1228 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1228 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1229 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1229 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1230 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1231 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1231 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1232 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1232 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1233 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1233 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1234 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1234 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1235 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1235 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1236 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1236 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1237 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1240 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1241 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1242 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1242 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1243 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1244 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1245 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1246 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1247 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1248 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1248 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1249 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1250 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1250 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1251 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1252 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1252 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1253 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1253 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1253 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1254 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1255 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1256 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1257 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1257 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1258 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1258 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1259 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1259 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1260 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1261 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1261 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1262 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1262 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1263 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1265 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1266 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1266 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1267 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1268 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1269 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1269 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1270 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1271 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1272 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1272 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1273 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1274 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1284 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1812 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1825 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1838 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1849 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1872 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1884 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1911 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1982 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1994 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 2006 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 2024 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 2034 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 2045 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 2056 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2060 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 2061 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 2061 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 2063 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 2063 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 2065 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 2066 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 2067 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 2070 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 2071 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 2071 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 2072 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 2073 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 2073 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 2074 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 2075 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 2075 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 2076 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 2076 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 2077 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 2078 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 2079 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 2080 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 2080 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 2081 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 2081 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 2081 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 2081 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 2082 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 2082 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 2082 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 2082 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 2082 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 2083 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2094 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 2094 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2095 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2095 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 2101 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2101 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2101 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2101 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 2102 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2102 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2102 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2120 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 2138 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2140 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 2142 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 2148 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 2149 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 2150 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 2151 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2158 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2160 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 2168 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2176 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 2182 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2185 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 2191 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 2192 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 2192 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 2195 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 2198 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2202 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 2203 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 2203 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 2204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 2210 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 2211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 2212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 2215 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 2216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 2217 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 2224 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 2224 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 2226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 2228 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 2233 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 2233 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 2234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 2259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 2260 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 2262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 2263 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 2264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 2265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 2265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2266 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 2267 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 2267 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 2267 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 2269 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 2270 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2271 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 2272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 2273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 2273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 2274 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2275 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 2276 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 2276 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 2277 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 2277 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 2278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 2281 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 2282 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2282 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 2283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 2284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 2286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 2287 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 2288 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 2289 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 2291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 2291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2292 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 2292 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 2293 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 2293 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 2294 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 2295 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 2296 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 2297 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2298 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 2299 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 2299 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 2300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2301 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 2303 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 2304 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 2308 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2309 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 2313 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 2316 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 2318 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2320 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 2326 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 2326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 2327 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 2327 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 2328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 2330 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2333 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 2338 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 2338 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 2339 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2345 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 2346 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 2348 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2349 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 2349 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 2350 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 2354 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 2361 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 2362 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 2363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 2363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 2366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2367 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 2367 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 2368 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 2369 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 2373 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2375 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 2376 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 2377 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 2382 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 2382 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 2386 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 2388 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 2389 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 2390 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 2392 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 2393 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2395 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2397 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 2401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 2401 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 2402 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 2402 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 2404 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 2406 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2407 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2409 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2409 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 2410 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 2410 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 2410 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2411 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 2413 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2415 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2416 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2418 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 2419 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 2420 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2421 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 2423 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2424 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2425 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2426 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2426 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 2427 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 2427 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 2427 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2428 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 2429 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2430 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2432 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 2433 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 2434 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 2437 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2438 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2439 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2440 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2441 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 2441 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 2442 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 2442 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2443 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 2445 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2446 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2448 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2449 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 2450 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 2451 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 2452 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2453 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 2457 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2458 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2460 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2461 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 2462 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 2462 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 2463 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 2467 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2468 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2471 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2474 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2475 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2476 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 2477 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 2482 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2483 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 2486 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2488 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2491 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2493 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2496 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 2497 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 2497 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 2499 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 2502 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2503 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2504 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2505 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 2507 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 2510 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2511 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 2514 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 2515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 2515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2520 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2521 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2522 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 2524 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 2527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 2536 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 2542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 2543 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2544 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 2549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2549 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2550 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 2555 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2556 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 2557 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 2558 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 2576 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 2579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 2580 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2644 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2657 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2796 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2842 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2853 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2854 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2856 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2857 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2860 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2861 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2862 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2863 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2865 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2869 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:50:05 CST 2018]; root of context hierarchy |
| 2889 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2892 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2915 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2925 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2929 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2933 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2938 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2977 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 3063 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 3076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 3077 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 3084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 3084 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 3085 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 3086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 3096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3097 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 3097 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 3102 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3102 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 3103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 3107 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 3108 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 3111 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3112 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 3112 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 3118 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3118 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 3119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 3123 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3124 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 3125 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 3136 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3137 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 3137 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 3144 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3144 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 3146 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 3147 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:50:05 CST 2018]; root of context hierarchy |
| 3183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3185 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 3186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 3186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 3186 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 3193 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 3198 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 3199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 3200 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 3200 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 3200 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 3201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 3204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 3204 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 3205 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 3206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 3207 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3208 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 3208 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 3209 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3210 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 3210 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 3211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3211 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 3212 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 3213 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3213 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 3214 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 3216 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3217 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 3217 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 3218 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3219 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 3220 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 3221 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:50:05 CST 2018]; root of context hierarchy |
| 3223 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3224 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 3225 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 3226 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 3227 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 3228 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 3229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 3229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 3229 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 3234 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 3246 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 3248 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 3251 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3252 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 3252 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 3253 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 3254 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 3255 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3256 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 3257 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 3259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3259 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 3260 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 3261 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 3262 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 3264 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 3265 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 3268 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3269 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 3270 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 3271 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3272 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 3273 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 3274 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:50:05 CST 2018]; root of context hierarchy |
| 3277 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 3279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 3279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 3280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 3283 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3284 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 3285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 3285 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 3286 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 3291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 3291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 3292 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 3292 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 3298 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 3299 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 3300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 3300 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 3300 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:50:05 CST 2018]; root of context hierarchy |
| 3301 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 3301 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 3301 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 3301 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 3302 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 3302 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 3302 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 3302 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 3303 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 3303 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 3303 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 3303 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 3304 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 3304 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 3304 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 3304 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 3305 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 3305 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 3305 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 3305 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 3306 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 3306 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 3306 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 3306 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 3306 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 3307 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 3307 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 3307 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 3308 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 3308 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 3308 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 3309 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 3309 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 3309 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 3310 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 3310 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 3310 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 3311 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 3311 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 3311 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 3311 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 3312 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 3312 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 3312 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 3313 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 3313 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 3313 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 3314 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 3314 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 3314 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 3314 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 3315 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 3315 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 3315 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 3315 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 3315 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 3316 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 3316 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 3316 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 3316 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 3316 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 3317 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 3317 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 3317 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 3317 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 3318 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 3318 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 3318 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 3318 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 3319 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 3319 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 3319 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 3320 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 3320 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 3320 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 3320 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 3321 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 3321 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 3321 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 3321 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 3321 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 3322 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 3322 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 3322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3322 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 3323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 3323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 3323 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 3325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 3325 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 3326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 3326 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 3328 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 3329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 3329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 3338 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 3342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 3343 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 3344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 3344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 3344 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 3353 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 3363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 3364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 3364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 3364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 3365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 3365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 3365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 3365 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 3366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 3366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 3366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 3366 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 3367 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 3367 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 3367 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 3367 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 3367 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 3368 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 3368 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 3368 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 3399 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 3400 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 3404 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 3406 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 3406 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 3407 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 3409 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 3429 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 3437 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] was not registered for synchronization because synchronization is not active |
| 3517 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 3520 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 3529 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: select p.*,pi.productImagePath,sum(pt.restQuantity) from product p inner join productImage pi on pi.productId = p.productId inner join productType pt on pt.productId = p.productId WHERE p.categoryThreeId = ? group by p.productId order by productId asc limit ?,? |
| 3633 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 2(Integer), 0(Integer), 5(Integer) |
| 3701 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | <== Total: 0 |
| 3702 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] |
| 3702 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 29 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 29 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 31 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:50:26 CST 2018]; root of context hierarchy |
| 68 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 68 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 69 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 80 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 97 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 138 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 147 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 150 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 198 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 205 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 214 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 228 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 247 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 277 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 278 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 279 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 292 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 302 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 302 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 306 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 309 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 312 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 314 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 315 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 316 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 318 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 319 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 324 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 331 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 383 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 385 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 386 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 388 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 389 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 392 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 395 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 397 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 398 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 400 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 401 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 402 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 403 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 405 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 427 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 430 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 432 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 434 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 436 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 438 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 440 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 441 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 444 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 445 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 447 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 449 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 451 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 452 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 496 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 515 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 517 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 520 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 539 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 547 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 555 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 587 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 588 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 609 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 610 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 610 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 611 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 611 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 622 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 622 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 907 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 908 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 922 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 927 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 928 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 947 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 955 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 955 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 957 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 960 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 1051 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 1052 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 1053 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 1054 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 1055 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 1056 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1056 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1099 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1100 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1101 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1101 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1102 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1103 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1103 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1104 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1104 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1104 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1105 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1105 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1106 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1106 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1107 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1107 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1107 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1108 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1109 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1109 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1110 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1110 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1111 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1111 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1112 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1113 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1113 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1114 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1117 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1117 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1118 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1118 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1119 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1119 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1120 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1121 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1122 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1122 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1123 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1124 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1124 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1124 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1125 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1127 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1127 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1128 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1129 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1129 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1130 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1130 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1131 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1132 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1132 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1132 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1133 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1133 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1134 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1134 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1136 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1137 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1138 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1139 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1139 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1140 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1141 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1141 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1142 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1143 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1144 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1145 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1146 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1146 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1147 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1148 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1153 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1468 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1479 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1491 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1503 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1513 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1525 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1554 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1618 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1630 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1645 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1661 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1670 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1680 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1688 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1691 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1692 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1692 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1694 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1695 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1696 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1697 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1697 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1700 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1701 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1701 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1702 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1702 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1703 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1703 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1704 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1704 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1705 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1705 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1706 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1707 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1708 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1709 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1709 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1709 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1710 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1710 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1710 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1710 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1711 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1711 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1711 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1711 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1711 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1715 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1727 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1730 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1731 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1769 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1771 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7933ad] |
| 1774 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ecda92] |
| 1777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c2e6b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1778 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1784 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1785 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1790 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1791 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1795 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1798 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1800 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1801 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1804 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1807 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1808 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1825 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1826 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1833 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1839 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1840 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1841 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1888 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1888 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1888 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1902 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1904 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1905 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1906 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1906 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1909 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1917 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1920 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1921 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1922 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1924 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1929 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1930 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1939 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1943 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1946 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1947 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1949 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1950 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1951 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1951 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1953 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1953 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1954 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1954 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1954 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1956 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1958 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1966 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1969 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1969 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1969 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1970 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1973 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1973 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1975 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1976 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1979 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1980 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1980 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1981 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1981 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1984 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1985 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1986 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1990 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1990 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1991 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1991 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1991 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1994 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1997 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1998 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1999 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 2001 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 2006 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2007 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 2009 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 2011 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2012 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2013 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2013 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 2015 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 2017 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 2018 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2019 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2020 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 2023 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2023 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 2028 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2029 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2030 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 2033 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 2034 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 2038 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2040 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2042 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2043 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 2045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 2046 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2046 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 2052 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2059 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 2060 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 2060 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 2061 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2061 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 2062 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2063 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 2067 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2067 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 2070 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2070 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2072 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2073 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 2076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 2078 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2078 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 2080 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2080 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2081 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 2082 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 2083 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 2085 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2086 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2087 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2093 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 2096 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2097 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2099 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 2101 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2101 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2102 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2102 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 2111 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 2118 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2118 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 2118 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2119 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 2125 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2126 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2127 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2128 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2128 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2128 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2129 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 2132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2133 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2134 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 2134 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 2136 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 2144 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 2148 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2149 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 2150 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2150 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2169 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2182 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2183 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2184 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2188 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2195 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2196 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2198 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2199 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2201 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#18e8894' |
| 2202 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2202 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2202 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2206 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2319 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#18e8894' |
| 2328 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2329 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2331 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2332 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2334 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2335 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2336 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2337 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2338 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2342 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:50:26 CST 2018]; root of context hierarchy |
| 2357 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.math.BigInteger,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.shopping.entity.Page) |
| 2361 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2363 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2364 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2367 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2372 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2378 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2388 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2392 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2396 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2403 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2431 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2434 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2435 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2499 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5' |
| 2515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5' |
| 2517 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2527 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2528 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2528 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2533 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2534 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75' |
| 2541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2541 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75' |
| 2542 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868' |
| 2547 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2548 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868' |
| 2548 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869' |
| 2552 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869' |
| 2553 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79' |
| 2565 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79' |
| 2566 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2571 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2572 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2573 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2574 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:50:26 CST 2018]; root of context hierarchy |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2612 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#fdd473' |
| 2616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2616 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#4094a5#1' |
| 2617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2617 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#4094a5#1' |
| 2618 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2619 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#1' |
| 2622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#1' |
| 2623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#1' |
| 2624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#1' |
| 2624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#1' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#1' |
| 2626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#1' |
| 2627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#1' |
| 2627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#1' |
| 2630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#1' |
| 2631 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#fdd473' |
| 2634 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:50:26 CST 2018]; root of context hierarchy |
| 2635 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2636 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#fdd473' |
| 2637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2637 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2641 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2648 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2649 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#b02722#2' |
| 2651 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#b02722#2' |
| 2652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1964d75#2' |
| 2653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2653 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1964d75#2' |
| 2654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#128c868#2' |
| 2654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#128c868#2' |
| 2655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#e8d869#2' |
| 2656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#e8d869#2' |
| 2656 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#c63c79#2' |
| 2659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2659 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#c63c79#2' |
| 2660 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2661 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2662 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2663 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2664 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:50:26 CST 2018]; root of context hierarchy |
| 2669 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2670 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2671 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2673 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2674 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2675 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2681 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2682 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2692 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@1a92922: startup date [Tue Jul 24 09:50:26 CST 2018]; root of context hierarchy |
| 2692 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2693 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2694 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2694 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2694 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2694 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2694 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2695 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2695 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2695 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2695 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2696 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2696 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2696 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2696 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2697 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2697 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2697 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2697 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2698 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2698 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2699 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2699 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2699 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2699 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2700 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2700 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2700 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2700 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2700 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2701 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2701 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2701 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2701 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2702 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2702 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2702 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2702 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2702 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2703 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2703 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2703 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2703 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2703 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2703 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2704 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2704 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2704 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2704 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2704 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2704 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2705 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2705 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2705 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2705 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2705 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2706 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2706 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2706 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2706 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2707 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2707 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2707 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2707 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2707 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2708 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2708 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2708 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2708 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2708 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2709 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2709 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2710 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2710 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2711 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2711 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2711 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2711 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2711 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2712 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2712 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2712 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2712 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2712 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2713 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2716 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2717 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2718 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2732 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2742 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2752 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2753 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2755 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2756 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2757 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2777 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@468873] |
| 2777 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2779 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2781 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2781 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2781 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2783 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2802 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2811 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] was not registered for synchronization because synchronization is not active |
| 2865 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2866 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2872 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: select p.*,pi.productImagePath,sum(pt.restQuantity) from product p inner join productImage pi on pi.productId = p.productId inner join productType pt on pt.productId = p.productId WHERE p.categoryThreeId = ? group by p.productId order by productId asc limit ?,? |
| 2954 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 1(Integer), 0(Integer), 5(Integer) |
| 3039 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | <== Total: 2 |
| 3040 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15f10b2] |
| 3040 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |
| Time | Thread | Level | Category | Message |
|---|---|---|---|---|
| 0 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 86 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 87 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 93 | main | INFO | org.springframework.context.support.ClassPathXmlApplicationContext | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Sat Jul 28 17:05:16 CST 2018]; root of context hierarchy |
| 178 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 179 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 180 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 193 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [applicationContext.xml] |
| 210 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 238 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loading schema mappings from [META-INF/spring.schemas] |
| 248 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd} |
| 249 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 284 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.2.xsd |
| 288 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd |
| 295 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tx/spring-tx.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.1.xsd |
| 303 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 320 | main | DEBUG | org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver | Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} |
| 338 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 338 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 339 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 351 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning |
| 355 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] |
| 356 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 359 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 360 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 362 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 364 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 365 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 365 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 367 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 367 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 370 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/**/*.class] |
| 375 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryOne.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryThree.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\CategoryTwo.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Order.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\OrderItem.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Page.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Product.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductDetailImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductImage.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductProperty.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductPropertyValue.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ProductType.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\Review.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\ShoppingCart.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\entity\User.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\AdminLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\interceptor\CommonLoginInterceptor.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\listener\InitListener.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryOneService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryThreeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\CategoryTwoService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImplTest.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderItemService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\OrderService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductDetailImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductImageService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductPropertyValueService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ProductTypeService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ReviewService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\ShoppingCartService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\UserService.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\CommonTools.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\HttpVal.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlake.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SnowFlakeIdWorker.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\util\SpringTool.class]] |
| 410 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryOneController.class] |
| 411 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryThreeController.class] |
| 412 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\CategoryTwoController.class] |
| 413 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderController.class] |
| 414 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\OrderItemController.class] |
| 416 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductController.class] |
| 417 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductDetailImageController.class] |
| 418 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductImageController.class] |
| 418 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyController.class] |
| 419 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductPropertyValueController.class] |
| 420 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ProductTypeController.class] |
| 421 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ReviewController.class] |
| 422 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\ShoppingCartController.class] |
| 423 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\controller\UserController.class] |
| 435 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryOneServiceImpl.class] |
| 437 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryThreeServiceImpl.class] |
| 438 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\CategoryTwoServiceImpl.class] |
| 442 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderItemServiceImpl.class] |
| 444 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\OrderServiceImpl.class] |
| 445 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductDetailImageServiceImpl.class] |
| 447 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductImageServiceImpl.class] |
| 448 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyServiceImpl.class] |
| 449 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductPropertyValueServiceImpl.class] |
| 451 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductServiceImpl.class] |
| 453 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ProductTypeServiceImpl.class] |
| 454 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ReviewServiceImpl.class] |
| 455 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\ShoppingCartServiceImpl.class] |
| 456 | main | DEBUG | org.springframework.context.annotation.ClassPathBeanDefinitionScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\service\impl\UserServiceImpl.class] |
| 486 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] |
| 510 | main | INFO | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loading XML bean definitions from class path resource [springmvc-servlet.xml] |
| 512 | main | DEBUG | org.springframework.beans.factory.xml.DefaultDocumentLoader | Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
| 514 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd |
| 527 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.2.xsd |
| 534 | main | DEBUG | org.springframework.beans.factory.xml.PluggableSchemaResolver | Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.2.xsd |
| 542 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Loading bean definitions |
| 568 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#0] |
| 569 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0] |
| 597 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.CommonLoginInterceptor#0] |
| 598 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [com.shopping.interceptor.AdminLoginInterceptor#0] |
| 598 | main | DEBUG | org.springframework.beans.factory.xml.BeanDefinitionParserDelegate | Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.view.InternalResourceViewResolver#0] |
| 599 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 18 bean definitions from location pattern [classpath:springmvc-servlet.xml] |
| 599 | main | DEBUG | org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader | Imported 18 bean definitions from URL location [classpath:springmvc-servlet.xml] |
| 600 | main | DEBUG | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | Loaded 61 bean definitions from location pattern [applicationContext.xml] |
| 600 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: org.springframework.beans.factory.support.DefaultListableBeanFactory@177e91b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0]; root of factory hierarchy |
| 650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 650 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 666 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references |
| 668 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references |
| 849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'sqlSessionFactory' |
| 849 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'sqlSessionFactory' |
| 869 | main | DEBUG | org.apache.ibatis.logging.LogFactory | Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. |
| 877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references |
| 878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'dataSource' |
| 878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'dataSource' |
| 885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'dataSource' to allow for resolving potential circular references |
| 899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'dataSource' |
| 912 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] |
| 912 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/mapper/*.xml] |
| 914 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath:com/shopping/mapper/*.xml] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]] |
| 916 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' |
| 1035 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VFS |
| 1036 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | JBoss 6 VFS API is not available in this environment. |
| 1037 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Class not found: org.jboss.vfs.VirtualFile |
| 1039 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. |
| 1039 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Using VFS adapter org.apache.ibatis.io.DefaultVFS |
| 1040 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1041 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1086 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryOne.class |
| 1087 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryThree.class |
| 1088 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: CategoryTwo.class |
| 1088 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Order.class |
| 1089 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: OrderItem.class |
| 1089 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Page.class |
| 1090 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Product.class |
| 1091 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductDetailImage.class |
| 1092 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductImage.class |
| 1093 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductProperty.class |
| 1095 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductPropertyValue.class |
| 1096 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ProductType.class |
| 1096 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: Review.class |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: ShoppingCart.class |
| 1098 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: User.class |
| 1099 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Listing file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity |
| 1099 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1100 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryOne.class |
| 1101 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 com/shopping/entity/CategoryOne java/lang/Object |
| 1101 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1102 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryThree.class |
| 1103 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( !com/shopping/entity/CategoryThree java/lang/Object categoryThreeId Ljava/lang/Integer; categoryTwo !Lcom/shopping/entity/CategoryTwo; categoryThreeName Ljava/lang/String; <init> ()V Code |
| 1104 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1104 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/CategoryTwo.class |
| 1105 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/CategoryTwo java/lang/Object |
| 1106 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1106 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Order.class |
| 1108 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/Order java/lang/Object orderId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderCreateDate Ljava/util/Date; <init> ()V Code |
| 1110 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1114 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/OrderItem.class |
| 1115 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 = com/shopping/entity/OrderItem java/lang/Object orderItemId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; order Lcom/shopping/entity/Order; quantity Ljava/lang/Integer; remark Ljava/lang/String; status <init> ()V Code |
| 1116 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1116 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Page.class |
| 1118 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ? com/shopping/entity/Page java/lang/Object pageNo Ljava/lang/Integer; pageCount pageSize rowCount data Ljava/util/List; Signature Ljava/util/List<TT;>; getPageNo ()Ljava/lang/Integer; Code LineNumberTable LocalVariableTable this Lcom/shopping/entity/Page; LocalVariableTypeTable Lcom/shopping/entity/Page<TT;>; setPageNo (Ljava/lang/Integer;)V getPageCount |
| 1119 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1119 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Product.class |
| 1122 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 H com/shopping/entity/Product java/lang/Object productId Ljava/math/BigInteger; |
| 1123 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1123 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductDetailImage.class |
| 1126 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( &com/shopping/entity/ProductDetailImage java/lang/Object productDetailImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productDetailImagePath Ljava/lang/String; <init> ()V Code |
| 1127 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1127 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductImage.class |
| 1128 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( com/shopping/entity/ProductImage java/lang/Object productImageId Ljava/math/BigInteger; product Lcom/shopping/entity/Product; productImagePath Ljava/lang/String; <init> ()V Code |
| 1129 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1130 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductProperty.class |
| 1131 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 ( #com/shopping/entity/ProductProperty java/lang/Object productPropertyId Ljava/math/BigInteger; categoryTwo !Lcom/shopping/entity/CategoryTwo; productPropertyName Ljava/lang/String; <init> ()V Code |
| 1132 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1132 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductPropertyValue.class |
| 1134 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 0 (com/shopping/entity/ProductPropertyValue java/lang/Object productPropertyValueId Ljava/math/BigInteger; productProperty %Lcom/shopping/entity/ProductProperty; product Lcom/shopping/entity/Product; productPropertyValueName Ljava/lang/String; <init> ()V Code |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1135 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ProductType.class |
| 1136 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 J com/shopping/entity/ProductType java/lang/Object |
| 1136 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1136 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/Review.class |
| 1137 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/Review java/lang/Object reviewId Ljava/math/BigInteger; user Lcom/shopping/entity/User; orderItem Lcom/shopping/entity/OrderItem; content Ljava/lang/String; reviewCreateDate Ljava/sql/Date; <init> ()V Code |
| 1138 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1138 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/ShoppingCart.class |
| 1139 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 8 com/shopping/entity/ShoppingCart java/lang/Object shoppingCartId Ljava/math/BigInteger; productType !Lcom/shopping/entity/ProductType; user Lcom/shopping/entity/User; quantity Ljava/lang/Integer; shoppingCartCreateDate Ljava/util/Date; <init> ()V Code |
| 1140 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Find JAR URL: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1140 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Not a JAR: file:/E:/New_Study_Things/Y2/%e8%bf%99%e4%b8%aa...%e7%bb%93%e4%b8%9a%e9%a1%b9%e7%9b%ae/ShoppingAdmin/build/classes/com/shopping/entity/User.class |
| 1141 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Reader entry: 漱壕 4 5 com/shopping/entity/User java/lang/Object userId Ljava/math/BigInteger; userName Ljava/lang/String; userPwd role Ljava/lang/Integer; userCreateDate Ljava/util/Date; <init> ()V Code |
| 1143 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryOne matches criteria [is assignable to Object] |
| 1144 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryThree matches criteria [is assignable to Object] |
| 1145 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.CategoryTwo matches criteria [is assignable to Object] |
| 1145 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Order matches criteria [is assignable to Object] |
| 1146 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.OrderItem matches criteria [is assignable to Object] |
| 1147 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Page matches criteria [is assignable to Object] |
| 1148 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Product matches criteria [is assignable to Object] |
| 1148 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductDetailImage matches criteria [is assignable to Object] |
| 1149 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductImage matches criteria [is assignable to Object] |
| 1150 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductProperty matches criteria [is assignable to Object] |
| 1150 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductPropertyValue matches criteria [is assignable to Object] |
| 1151 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ProductType matches criteria [is assignable to Object] |
| 1152 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.Review matches criteria [is assignable to Object] |
| 1152 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.ShoppingCart matches criteria [is assignable to Object] |
| 1153 | main | DEBUG | org.apache.ibatis.io.ResolverUtil | Checking to see if class com.shopping.entity.User matches criteria [is assignable to Object] |
| 1159 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed configuration file: 'class path resource [mybatis-config.xml]' |
| 1471 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryOneMapper.xml]' |
| 1484 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryThreeMapper.xml]' |
| 1496 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\CategoryTwoMapper.xml]' |
| 1513 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderItemMapper.xml]' |
| 1525 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\OrderMapper.xml]' |
| 1536 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductDetailImageMapper.xml]' |
| 1575 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductImageMapper.xml]' |
| 1635 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductMapper.xml]' |
| 1643 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyMapper.xml]' |
| 1653 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductPropertyValueMapper.xml]' |
| 1667 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ProductTypeMapper.xml]' |
| 1675 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ReviewMapper.xml]' |
| 1683 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\ShoppingCartMapper.xml]' |
| 1690 | main | DEBUG | org.mybatis.spring.SqlSessionFactoryBean | Parsed mapper file: 'file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\mapper\UserMapper.xml]' |
| 1691 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'sqlSessionFactory' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1692 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 1694 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemProperties] PropertySource with lowest search precedence |
| 1695 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Adding [systemEnvironment] PropertySource with lowest search precedence |
| 1695 | main | DEBUG | org.springframework.core.env.StandardEnvironment | Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] |
| 1696 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Looking for matching resources in directory tree [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] |
| 1697 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Searching directory [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao] for files matching pattern [E:/New_Study_Things/Y2/这个...结业项目/ShoppingAdmin/build/classes/com/shopping/dao/**/*.class] |
| 1698 | main | DEBUG | org.springframework.core.io.support.PathMatchingResourcePatternResolver | Resolved location pattern [classpath*:com/shopping/dao/**/*.class] to resources [file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class], file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class]] |
| 1699 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryOneDao.class] |
| 1702 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryThreeDao.class] |
| 1703 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\CategoryTwoDao.class] |
| 1704 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderDao.class] |
| 1704 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\OrderItemDao.class] |
| 1705 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDao.class] |
| 1706 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductDetailImageDao.class] |
| 1707 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductImageDao.class] |
| 1708 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyDao.class] |
| 1708 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductPropertyValueDao.class] |
| 1709 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ProductTypeDao.class] |
| 1710 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ReviewDao.class] |
| 1711 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\ShoppingCartDao.class] |
| 1711 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Identified candidate component class: file [E:\New_Study_Things\Y2\这个...结业项目\ShoppingAdmin\build\classes\com\shopping\dao\UserDao.class] |
| 1712 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryOneDao' and 'com.shopping.dao.CategoryOneDao' mapperInterface |
| 1714 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryThreeDao' and 'com.shopping.dao.CategoryThreeDao' mapperInterface |
| 1714 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'categoryTwoDao' and 'com.shopping.dao.CategoryTwoDao' mapperInterface |
| 1715 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderDao' and 'com.shopping.dao.OrderDao' mapperInterface |
| 1715 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'orderItemDao' and 'com.shopping.dao.OrderItemDao' mapperInterface |
| 1715 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDao' and 'com.shopping.dao.ProductDao' mapperInterface |
| 1715 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productDetailImageDao' and 'com.shopping.dao.ProductDetailImageDao' mapperInterface |
| 1715 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productImageDao' and 'com.shopping.dao.ProductImageDao' mapperInterface |
| 1716 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyDao' and 'com.shopping.dao.ProductPropertyDao' mapperInterface |
| 1716 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productPropertyValueDao' and 'com.shopping.dao.ProductPropertyValueDao' mapperInterface |
| 1716 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'productTypeDao' and 'com.shopping.dao.ProductTypeDao' mapperInterface |
| 1717 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'reviewDao' and 'com.shopping.dao.ReviewDao' mapperInterface |
| 1717 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'shoppingCartDao' and 'com.shopping.dao.ShoppingCartDao' mapperInterface |
| 1717 | main | DEBUG | org.mybatis.spring.mapper.ClassPathMapperScanner | Creating MapperFactoryBean with name 'userDao' and 'com.shopping.dao.UserDao' mapperInterface |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 1724 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1725 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 1728 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1729 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1734 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 1735 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1736 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references |
| 1737 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1738 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references |
| 1739 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 1740 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1741 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1761 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references |
| 1772 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 1775 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1888343] |
| 1777 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1c7df28] |
| 1780 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@177e91b: defining beans [categoryOneController,categoryThreeController,categoryTwoController,orderController,orderItemController,productController,productDetailImageController,productImageController,productPropertyController,productPropertyValueController,productTypeController,reviewController,shoppingCartController,userController,categoryOneServiceImpl,categoryThreeServiceImpl,categoryTwoServiceImpl,orderItemServiceImpl,orderServiceImpl,productDetailImageServiceImpl,productImageServiceImpl,productPropertyServiceImpl,productPropertyValueServiceImpl,productServiceImpl,productTypeServiceImpl,reviewServiceImpl,shoppingCartServiceImpl,userServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,txManager,org.springframework.transaction.config.internalTransactionalEventListenerFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,multipartResolver,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.handler.MappedInterceptor#2,org.springframework.web.servlet.view.InternalResourceViewResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,categoryOneDao,categoryThreeDao,categoryTwoDao,orderDao,orderItemDao,productDao,productDetailImageDao,productImageDao,productPropertyDao,productPropertyValueDao,productTypeDao,reviewDao,shoppingCartDao,userDao]; root of factory hierarchy |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneController' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneController' |
| 1781 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneController' to allow for resolving potential circular references |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1786 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1788 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references |
| 1793 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1794 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1799 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references |
| 1802 | main | DEBUG | org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper | Skipping currently created advisor 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1805 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 1806 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1809 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneController' |
| 1810 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeController' |
| 1811 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeController' |
| 1812 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeController' to allow for resolving potential circular references |
| 1813 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeController' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoController' |
| 1814 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoController' |
| 1815 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoController' to allow for resolving potential circular references |
| 1816 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoController' |
| 1817 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderController' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderController' |
| 1818 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderController' to allow for resolving potential circular references |
| 1820 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderController' |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemController' |
| 1821 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemController' |
| 1822 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemController' to allow for resolving potential circular references |
| 1826 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemController' |
| 1828 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productController' |
| 1829 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productController' |
| 1836 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1836 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.ProductController]: ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1838 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productController' to allow for resolving potential circular references |
| 1840 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductService com.shopping.controller.ProductController.productService |
| 1844 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneDao' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneDao' |
| 1845 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneDao' to allow for resolving potential circular references |
| 1866 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryOneDao' |
| 1867 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneDao' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeDao' |
| 1868 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeDao' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeDao' to allow for resolving potential circular references |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryThreeDao' |
| 1869 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeDao' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoDao' |
| 1870 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoDao' |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoDao' to allow for resolving potential circular references |
| 1871 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'categoryTwoDao' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoDao' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderDao' |
| 1872 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderDao' |
| 1873 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderDao' to allow for resolving potential circular references |
| 1874 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderDao' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1875 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderDao' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemDao' |
| 1876 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemDao' |
| 1877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemDao' to allow for resolving potential circular references |
| 1877 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'orderItemDao' |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1878 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemDao' |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDao' |
| 1879 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDao' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDao' to allow for resolving potential circular references |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDao' |
| 1880 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDao' |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageDao' |
| 1881 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageDao' |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageDao' to allow for resolving potential circular references |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productDetailImageDao' |
| 1882 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageDao' |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageDao' |
| 1883 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageDao' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageDao' to allow for resolving potential circular references |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productImageDao' |
| 1884 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageDao' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyDao' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyDao' |
| 1885 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyDao' to allow for resolving potential circular references |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyDao' |
| 1886 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1887 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyDao' |
| 1888 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueDao' |
| 1888 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueDao' |
| 1888 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueDao' to allow for resolving potential circular references |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productPropertyValueDao' |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1889 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueDao' |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeDao' |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeDao' |
| 1890 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeDao' to allow for resolving potential circular references |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'productTypeDao' |
| 1891 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1892 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeDao' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewDao' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewDao' |
| 1893 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewDao' to allow for resolving potential circular references |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'reviewDao' |
| 1894 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewDao' |
| 1895 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartDao' |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartDao' |
| 1896 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartDao' to allow for resolving potential circular references |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'shoppingCartDao' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1897 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartDao' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userDao' |
| 1898 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userDao' |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userDao' to allow for resolving potential circular references |
| 1899 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'userDao' |
| 1900 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1901 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userDao' |
| 1903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productServiceImpl' |
| 1903 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productServiceImpl' |
| 1904 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductServiceImpl]: ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1905 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productServiceImpl' to allow for resolving potential circular references |
| 1909 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productServiceImpl': ResourceElement for private com.shopping.dao.ProductDao com.shopping.service.impl.ProductServiceImpl.pDao |
| 1910 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 1914 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1918 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1921 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productServiceImpl' |
| 1922 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productController': ResourceElement for private com.shopping.service.ProductImageService com.shopping.controller.ProductController.productImageService |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageServiceImpl' |
| 1923 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageServiceImpl' |
| 1924 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1925 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageServiceImpl' to allow for resolving potential circular references |
| 1928 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productImageServiceImpl': ResourceElement for private com.shopping.dao.ProductImageDao com.shopping.service.impl.ProductImageServiceImpl.piDao |
| 1929 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 1930 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1931 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageServiceImpl' |
| 1932 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productController' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageController' |
| 1934 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageController' |
| 1935 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageController' to allow for resolving potential circular references |
| 1936 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageController' |
| 1937 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productImageController' |
| 1938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productImageController' |
| 1938 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productImageController' to allow for resolving potential circular references |
| 1940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productImageController' |
| 1940 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyController' |
| 1941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyController' |
| 1941 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyController' to allow for resolving potential circular references |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1944 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyController' |
| 1945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueController' |
| 1945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueController' |
| 1945 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueController' to allow for resolving potential circular references |
| 1947 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1948 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueController' |
| 1948 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeController' |
| 1948 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeController' |
| 1949 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeController' to allow for resolving potential circular references |
| 1953 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1954 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeController' |
| 1954 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewController' |
| 1954 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewController' |
| 1954 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewController' to allow for resolving potential circular references |
| 1956 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1956 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewController' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartController' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartController' |
| 1957 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartController' to allow for resolving potential circular references |
| 1959 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1960 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartController' |
| 1960 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userController' |
| 1960 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userController' |
| 1961 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.controller.UserController]: ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1962 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userController' to allow for resolving potential circular references |
| 1963 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userController': ResourceElement for private com.shopping.service.UserService com.shopping.controller.UserController.uService |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'userServiceImpl' |
| 1964 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'userServiceImpl' |
| 1965 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.UserServiceImpl]: ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1965 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'userServiceImpl' to allow for resolving potential circular references |
| 1966 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'userServiceImpl': ResourceElement for private com.shopping.dao.UserDao com.shopping.service.impl.UserServiceImpl.uDao |
| 1967 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 1968 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1970 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1971 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userServiceImpl' |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1972 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'userController' |
| 1973 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryOneServiceImpl' |
| 1973 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryOneServiceImpl' |
| 1973 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryOneServiceImpl]: ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1974 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryOneServiceImpl' to allow for resolving potential circular references |
| 1976 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryOneServiceImpl': ResourceElement for private com.shopping.dao.CategoryOneDao com.shopping.service.impl.CategoryOneServiceImpl.coDao |
| 1977 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 1978 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1979 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1980 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryOneServiceImpl' |
| 1980 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryThreeServiceImpl' |
| 1980 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryThreeServiceImpl' |
| 1981 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryThreeServiceImpl]: ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1981 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryThreeServiceImpl' to allow for resolving potential circular references |
| 1983 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryThreeServiceImpl': ResourceElement for private com.shopping.dao.CategoryThreeDao com.shopping.service.impl.CategoryThreeServiceImpl.ctDao |
| 1984 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 1986 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1987 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryThreeServiceImpl' |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'categoryTwoServiceImpl' |
| 1988 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'categoryTwoServiceImpl' |
| 1989 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.CategoryTwoServiceImpl]: ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1989 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'categoryTwoServiceImpl' to allow for resolving potential circular references |
| 1991 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'categoryTwoServiceImpl': ResourceElement for private com.shopping.dao.CategoryTwoDao com.shopping.service.impl.CategoryTwoServiceImpl.ctDao |
| 1992 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 1993 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 1994 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'categoryTwoServiceImpl' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderItemServiceImpl' |
| 1995 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderItemServiceImpl' |
| 1995 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderItemServiceImpl]: ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1996 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderItemServiceImpl' to allow for resolving potential circular references |
| 1997 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderItemServiceImpl': ResourceElement for private com.shopping.dao.OrderItemDao com.shopping.service.impl.OrderItemServiceImpl.oiDao |
| 1999 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2000 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2002 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderItemServiceImpl' |
| 2003 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'orderServiceImpl' |
| 2004 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'orderServiceImpl' |
| 2004 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.OrderServiceImpl]: ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2005 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'orderServiceImpl' to allow for resolving potential circular references |
| 2009 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'orderServiceImpl': ResourceElement for private com.shopping.dao.OrderDao com.shopping.service.impl.OrderServiceImpl.oDao |
| 2011 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2012 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2014 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'orderServiceImpl' |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productDetailImageServiceImpl' |
| 2015 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productDetailImageServiceImpl' |
| 2016 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductDetailImageServiceImpl]: ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2017 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productDetailImageServiceImpl' to allow for resolving potential circular references |
| 2020 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productDetailImageServiceImpl': ResourceElement for private com.shopping.dao.ProductDetailImageDao com.shopping.service.impl.ProductDetailImageServiceImpl.pdiDao |
| 2021 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2022 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2024 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productDetailImageServiceImpl' |
| 2026 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageServiceImpl' |
| 2027 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyServiceImpl' |
| 2031 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyServiceImpl' |
| 2031 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2032 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyServiceImpl' to allow for resolving potential circular references |
| 2033 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyDao com.shopping.service.impl.ProductPropertyServiceImpl.ppDao |
| 2034 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2035 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2036 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2036 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyServiceImpl' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productPropertyValueServiceImpl' |
| 2037 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productPropertyValueServiceImpl' |
| 2037 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductPropertyValueServiceImpl]: ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2038 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productPropertyValueServiceImpl' to allow for resolving potential circular references |
| 2039 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productPropertyValueServiceImpl': ResourceElement for private com.shopping.dao.ProductPropertyValueDao com.shopping.service.impl.ProductPropertyValueServiceImpl.ppvDao |
| 2040 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2041 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productPropertyValueServiceImpl' |
| 2044 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'productTypeServiceImpl' |
| 2045 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'productTypeServiceImpl' |
| 2046 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ProductTypeServiceImpl]: ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2046 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'productTypeServiceImpl' to allow for resolving potential circular references |
| 2048 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'productTypeServiceImpl': ResourceElement for private com.shopping.dao.ProductTypeDao com.shopping.service.impl.ProductTypeServiceImpl.ptDao |
| 2049 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2050 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2051 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'productTypeServiceImpl' |
| 2052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'reviewServiceImpl' |
| 2052 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'reviewServiceImpl' |
| 2053 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ReviewServiceImpl]: ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2053 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'reviewServiceImpl' to allow for resolving potential circular references |
| 2055 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'reviewServiceImpl': ResourceElement for private com.shopping.dao.ReviewDao com.shopping.service.impl.ReviewServiceImpl.rDao |
| 2055 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2056 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2057 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'reviewServiceImpl' |
| 2058 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'shoppingCartServiceImpl' |
| 2059 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'shoppingCartServiceImpl' |
| 2060 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Registered injected element on class [com.shopping.service.impl.ShoppingCartServiceImpl]: ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2060 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'shoppingCartServiceImpl' to allow for resolving potential circular references |
| 2062 | main | DEBUG | org.springframework.beans.factory.annotation.InjectionMetadata | Processing injected element of bean 'shoppingCartServiceImpl': ResourceElement for private com.shopping.dao.ShoppingCartDao com.shopping.service.impl.ShoppingCartServiceImpl.scDao |
| 2063 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2064 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'shoppingCartServiceImpl' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userServiceImpl' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' |
| 2065 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2066 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2067 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references |
| 2069 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2070 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' |
| 2070 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2070 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2071 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references |
| 2073 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2073 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2074 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2074 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2075 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
| 2076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'txManager' |
| 2076 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'txManager' |
| 2083 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'txManager' to allow for resolving potential circular references |
| 2088 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'dataSource' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'txManager' |
| 2089 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2090 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'txManager' |
| 2091 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2092 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' to allow for resolving potential circular references |
| 2097 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2098 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2100 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references |
| 2103 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcContentNegotiationManager' |
| 2104 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcContentNegotiationManager' |
| 2105 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references |
| 2114 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager' |
| 2116 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcContentNegotiationManager' |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2117 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2132 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references |
| 2146 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2146 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2149 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcCorsConfigurations' |
| 2149 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcCorsConfigurations' |
| 2154 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references |
| 2164 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2165 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcCorsConfigurations' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2167 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2170 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#12c5e02' |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2171 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references |
| 2174 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2278 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2279 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2280 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2290 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2291 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#12c5e02' |
| 2301 | main | DEBUG | org.springframework.beans.BeanUtils | No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention |
| 2302 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2305 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2306 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2310 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.CommonLoginInterceptor#0' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2311 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2312 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2314 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2315 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.shopping.interceptor.AdminLoginInterceptor#0' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' to allow for resolving potential circular references |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2316 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2317 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2317 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Looking for request mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Sat Jul 28 17:05:16 CST 2018]; root of context hierarchy |
| 2333 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/showProducts]}" onto public java.lang.String com.shopping.controller.ProductController.showProducts(org.springframework.ui.Model) |
| 2334 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/product/searchProducts]}" onto public com.shopping.entity.Page<com.shopping.entity.Product> com.shopping.controller.ProductController.getProductsByPage(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer) |
| 2336 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping | Mapped "{[/user/login]}" onto public java.lang.String com.shopping.controller.UserController.commonLogin(javax.servlet.http.HttpSession,com.shopping.entity.User) |
| 2340 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2341 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2342 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2347 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' to allow for resolving potential circular references |
| 2352 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2361 | main | INFO | org.hibernate.validator.util.Version | Hibernate Validator 4.0.1.GA |
| 2364 | main | DEBUG | org.hibernate.validator.engine.ResourceBundleMessageInterpolator | ValidationMessages not found. Delegating to org.hibernate.validator.ValidationMessages |
| 2368 | main | DEBUG | org.hibernate.validator.engine.resolver.DefaultTraversableResolver | Cannot find javax.persistence.PersistenceUtil on classpath. All properties will per default be traversable. |
| 2372 | main | DEBUG | org.hibernate.validator.xml.ValidationXmlParser | No META-INF/validation.xml found. Using annotation based configuration only |
| 2398 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2399 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2464 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references |
| 2481 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2482 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#328d33' |
| 2487 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2488 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2489 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2489 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#328d33' |
| 2490 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2499 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0' |
| 2500 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2506 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2507 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0' |
| 2508 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70' |
| 2512 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70' |
| 2513 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f' |
| 2515 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f' |
| 2516 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1f6fd09' |
| 2518 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1f6fd09' |
| 2519 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#184f475' |
| 2525 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#184f475' |
| 2526 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1330ac6' |
| 2531 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1330ac6' |
| 2532 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#163b475' |
| 2538 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2539 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#163b475' |
| 2540 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2540 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Sat Jul 28 17:05:16 CST 2018]; root of context hierarchy |
| 2574 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' |
| 2578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'mvcUriComponentsContributor' |
| 2578 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'mvcUriComponentsContributor' |
| 2579 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references |
| 2581 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1517588' |
| 2585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2585 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#328d33#1' |
| 2586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2586 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0' |
| 2587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#328d33#1' |
| 2587 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2590 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#1' |
| 2591 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#1' |
| 2593 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70#1' |
| 2594 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70#1' |
| 2595 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#1' |
| 2597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#1' |
| 2597 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1f6fd09#1' |
| 2598 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1f6fd09#1' |
| 2599 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#184f475#1' |
| 2600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#184f475#1' |
| 2600 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1330ac6#1' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2602 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1330ac6#1' |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#163b475#1' |
| 2603 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#163b475#1' |
| 2604 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name '(inner bean)#1517588' |
| 2604 | main | INFO | org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter | Looking for @ControllerAdvice: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Sat Jul 28 17:05:16 CST 2018]; root of context hierarchy |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2606 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference |
| 2607 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2608 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1517588' |
| 2610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' |
| 2610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor' |
| 2610 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'mvcUriComponentsContributor' |
| 2611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2611 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2614 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcContentNegotiationManager' |
| 2620 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2621 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#0#2' |
| 2622 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#0#2' |
| 2623 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#162ea70#2' |
| 2624 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#162ea70#2' |
| 2625 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#aa816f#2' |
| 2626 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#aa816f#2' |
| 2627 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1f6fd09#2' |
| 2628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1f6fd09#2' |
| 2628 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#184f475#2' |
| 2629 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#184f475#2' |
| 2630 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#1330ac6#2' |
| 2632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#1330ac6#2' |
| 2632 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean '(inner bean)#163b475#2' |
| 2633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2633 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean '(inner bean)#163b475#2' |
| 2634 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2634 | main | DEBUG | org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver | Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Sat Jul 28 17:05:16 CST 2018]; root of context hierarchy |
| 2638 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' |
| 2639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2639 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references |
| 2642 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' |
| 2643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2643 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references |
| 2645 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' |
| 2646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2646 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2647 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references |
| 2652 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'mvcCorsConfigurations' |
| 2654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' |
| 2654 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2655 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2656 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Looking for URL mappings in application context: org.springframework.context.support.ClassPathXmlApplicationContext@11f989e: startup date [Sat Jul 28 17:05:16 CST 2018]; root of context hierarchy |
| 2657 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneController': no URL paths identified |
| 2659 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeController': no URL paths identified |
| 2660 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoController': no URL paths identified |
| 2660 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderController': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemController': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productController': no URL paths identified |
| 2661 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageController': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageController': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyController': no URL paths identified |
| 2662 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueController': no URL paths identified |
| 2663 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeController': no URL paths identified |
| 2663 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewController': no URL paths identified |
| 2663 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartController': no URL paths identified |
| 2664 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userController': no URL paths identified |
| 2664 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneServiceImpl': no URL paths identified |
| 2665 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeServiceImpl': no URL paths identified |
| 2665 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoServiceImpl': no URL paths identified |
| 2665 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemServiceImpl': no URL paths identified |
| 2666 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderServiceImpl': no URL paths identified |
| 2666 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageServiceImpl': no URL paths identified |
| 2667 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageServiceImpl': no URL paths identified |
| 2667 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyServiceImpl': no URL paths identified |
| 2668 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueServiceImpl': no URL paths identified |
| 2668 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productServiceImpl': no URL paths identified |
| 2668 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeServiceImpl': no URL paths identified |
| 2669 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewServiceImpl': no URL paths identified |
| 2669 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartServiceImpl': no URL paths identified |
| 2669 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userServiceImpl': no URL paths identified |
| 2670 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified |
| 2670 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified |
| 2670 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified |
| 2671 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified |
| 2671 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified |
| 2671 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified |
| 2671 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'dataSource': no URL paths identified |
| 2671 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'sqlSessionFactory': no URL paths identified |
| 2672 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified |
| 2672 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'txManager': no URL paths identified |
| 2672 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified |
| 2672 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified |
| 2672 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0': no URL paths identified |
| 2672 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.interceptor.TransactionInterceptor#0': no URL paths identified |
| 2673 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified |
| 2673 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcContentNegotiationManager': no URL paths identified |
| 2673 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified |
| 2673 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcCorsConfigurations': no URL paths identified |
| 2673 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified |
| 2674 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean#0': no URL paths identified |
| 2674 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified |
| 2675 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'mvcUriComponentsContributor': no URL paths identified |
| 2675 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified |
| 2675 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified |
| 2676 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified |
| 2676 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified |
| 2676 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified |
| 2676 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified |
| 2677 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified |
| 2677 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'multipartResolver': no URL paths identified |
| 2677 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified |
| 2678 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#2': no URL paths identified |
| 2678 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.web.servlet.view.InternalResourceViewResolver#0': no URL paths identified |
| 2678 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified |
| 2678 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified |
| 2679 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryOneDao': no URL paths identified |
| 2679 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryThreeDao': no URL paths identified |
| 2679 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'categoryTwoDao': no URL paths identified |
| 2679 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderDao': no URL paths identified |
| 2679 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'orderItemDao': no URL paths identified |
| 2680 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDao': no URL paths identified |
| 2680 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productDetailImageDao': no URL paths identified |
| 2680 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productImageDao': no URL paths identified |
| 2680 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyDao': no URL paths identified |
| 2680 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productPropertyValueDao': no URL paths identified |
| 2681 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'productTypeDao': no URL paths identified |
| 2681 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'reviewDao': no URL paths identified |
| 2681 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'shoppingCartDao': no URL paths identified |
| 2681 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'userDao': no URL paths identified |
| 2681 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'environment': no URL paths identified |
| 2682 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemProperties': no URL paths identified |
| 2682 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'systemEnvironment': no URL paths identified |
| 2682 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified |
| 2682 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'messageSource': no URL paths identified |
| 2683 | main | DEBUG | org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping | Rejected bean name 'applicationEventMulticaster': no URL paths identified |
| 2683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2683 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' |
| 2684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2684 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references |
| 2686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2686 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' |
| 2687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2687 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references |
| 2689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2689 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' |
| 2690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'multipartResolver' |
| 2690 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'multipartResolver' |
| 2701 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references |
| 2704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2704 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'multipartResolver' |
| 2705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' |
| 2705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#2' |
| 2705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating shared instance of singleton bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2705 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2714 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Eagerly caching bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' to allow for resolving potential circular references |
| 2719 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' |
| 2720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Finished creating instance of bean 'org.springframework.web.servlet.view.InternalResourceViewResolver#0' |
| 2720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' |
| 2720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' |
| 2720 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryOneDao' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryThreeDao' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'categoryTwoDao' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderDao' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'orderItemDao' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDao' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productDetailImageDao' |
| 2721 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productImageDao' |
| 2722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyDao' |
| 2722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productPropertyValueDao' |
| 2722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productTypeDao' |
| 2722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'reviewDao' |
| 2722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'shoppingCartDao' |
| 2722 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'userDao' |
| 2723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' |
| 2723 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' |
| 2747 | main | DEBUG | org.springframework.context.support.ClassPathXmlApplicationContext | Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@11712f3] |
| 2748 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'lifecycleProcessor' |
| 2750 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'sqlSessionFactory' |
| 2752 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] |
| 2752 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] |
| 2752 | main | DEBUG | org.springframework.core.env.PropertySourcesPropertyResolver | Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] |
| 2754 | main | DEBUG | org.springframework.beans.factory.support.DefaultListableBeanFactory | Returning cached instance of singleton bean 'productServiceImpl' |
| 2768 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Creating a new SqlSession |
| 2777 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d242a4] was not registered for synchronization because synchronization is not active |
| 2831 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Fetching JDBC Connection from DataSource |
| 2890 | main | DEBUG | org.mybatis.spring.transaction.SpringManagedTransaction | JDBC Connection [jdbc:mysql://localhost:3306/shopping?characterEncoding=utf-8, UserName=root@localhost, MySQL-AB JDBC Driver] will not be managed by Spring |
| 2896 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Preparing: select p.*,pi.productImagePath,sum(pt.restQuantity) restQuantity from product p inner join productImage pi on pi.productId = p.productId inner join productType pt on pt.productId = p.productId WHERE p.productName like concat ('%',?,'%') and p.categoryThreeId = ? group by p.productId order by productId asc limit ?,? |
| 2994 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | ==> Parameters: 旗航(String), 1(Integer), 0(Integer), 5(Integer) |
| 3014 | main | DEBUG | com.shopping.dao.ProductDao.getProducts | <== Total: 0 |
| 3015 | main | DEBUG | org.mybatis.spring.SqlSessionUtils | Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d242a4] |
| 3015 | main | DEBUG | org.springframework.jdbc.datasource.DataSourceUtils | Returning JDBC Connection to DataSource |